patrick mattison wrote:
> I have a problem with IE Win. The content and navbar won't display 
> properly. It looks like the content is displaced by the same amount 
> as the header height. I'm stumped! Can someone please help?
> 
> http://www.beckyloving.com/

It's the 'margin-doubling on floats' bug in IE6 (and older).

To cure it, add...
#navbar, #content {display: inline;}

Note: Floats can't be 'inline', so it is a "valid nonsense" rule that
has no effect in other browsers.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to