View Single Post
  #8 (permalink)  
Old 12-07-2008, 02:27 PM
spiderbait's Avatar
spiderbait spiderbait is offline
WebProWorld Pro
 
Join Date: Oct 2003
Location: Gibsons, BC, Canada
Posts: 271
spiderbait RepRank 6spiderbait RepRank 6spiderbait RepRank 6spiderbait RepRank 6spiderbait RepRank 6spiderbait RepRank 6
Default Re: Another IE7 CSS problem

Hi there,

I've got a fix for you. It's just a simple one I worked out for myself which works in your particular situation, however the source of the problem may be a particular IE7 bug for which a global fix is available.

But at least this one works for the immediate problem as far as I can tell.

Add this to the head of your documents:
Code:
<!--[if IE 7]>
<style type="text/css">
#header_tall #main #middle {margin-top:213px;
}
</style>
<![endif]-->
That should do it. I hope it helps.

FYI, I selected 213px because that's the height of your picture. But you can obviously change that margin to get the margin and appearance you have in other browsers.
__________________
Jade Burnside, Ahead of the Web
What good is your web site if no one can find it?
SEO & Optimized Web Site Design
Reply With Quote