Hi! I would like to add a white border/frame around my header image and the menu bar. I managed to insert a white margin inbetween them and on the left of both, but then the image and the menu bar moved to the right, outside of the page. The coding I was using was
#access {
margin-left:10px;
margin-right:10px;
background:none repeat scroll 0 0 #dadac3;
}
and
#branding img {
margin-left:10px;
margin-right:10px;
margin-bottom:-2px;
}
I tried to solve the problem by reducing the width of the image and the menu bar to about 98.5 %, but then when I zoomed in on the page the image/menu bar didn't adjust properly... Looked as if the left margin of 10px was fixed and pushed the image/menu bar to the right.
I would be very thankful for some help on this :-)
The blog I need help with is himmelveis.com.