Marcelo Wolfgang wrote:
http://work.grillo.tk/elementn/009/media-centre.html

In the main content area, the content should be on the right
(floated) and the menu on the left. It works 100% in firefox, but not
in IE, and I can't figure out why.

Can anyone share some light on the problem, pretty please ? I'm
really clueless here.

.itens{display: inline;} ...will fix IE's 'margin doubling bug'.

What happens is that 83px as left margin is rendered as a 166px (double
width) margin in IE. It's an old bug and the fix is quite reliable.

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

Reply via email to