> Hello everyone, i'm trying out yet another idea for my new website! The
> accordion menu works fine on all browsers but i'm having a problem with
> the images not floating correctly, for example on the About link, on
> the right and text not sitting side by side to it on the left in
> Internet Explorer. Works fine in Safari, Chrome, and Firefox, just not
> IE. Anyone have any advice on how i can rectify this problem? Any
> thoughts on the website itself would be greatly appreciated as well if
> anyone is interested.
> 
> http://dvpwebdesign.com/

This is because you're styling the P with a width which triggers hasLayout.
In IE, you end up with two "block formatting contexts" next to each other;
so because of its width, the second one can't fit next to the other.

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz 

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to