
Originally Posted by
ghostcorps
Putting the shadow aside for a second.
Can anyone suggest why; Sometimes in FF the page loads so that the logo is squashes a little bit, sometimes it doesn't, and when I right click the logo (in FF) something odd happens.
www.fleshmetal.com.au/137
I don't see the squashing issue, but the second issue may be fixed by changing:
Code:
#logoWrapperOuter {
margin:0 auto;
background-image: url(http://www.fleshmetal.com.au/137/includes/templates/apple_zen/images/header_bg.jpg);
background-position: center center;
width:70em;
overflow:auto;
}
to
Code:
#logoWrapperOuter {
margin:0 auto;
background-image: url(http://www.fleshmetal.com.au/137/includes/templates/apple_zen/images/header_bg.jpg);
background-position: center center;
width:70em;
overflow:hidden;
}