Hi there, I'm a CSS newbie (sorry). I've thumbed through the community tags for help on my specific issue - hopefully, you guys can clear a couple of things up
( Read more... )
Well, it looks like your header image is 375px tall, but you're only specifying a height in #header-inner{} of 335px. You could try increasing the height to 375px and adjusting the margins on #header-content-inner{}. If it still looks weird in IE, try adding this: #header-content { margin-top: 0;}
Comments 3
Reply
Reply
If it still looks weird in IE, try adding this:
#header-content { margin-top: 0;}
Reply
Leave a comment