I have a container with some padding inside it. In that container I have a div that I want to push to the right with a negative margin. But IE does something really strange, it pushes it outside the box. I thought this was the double margin bug so I inserted display:inline in my CSS. After that it looks more ok but it doesn't push it totaly to the right just like all other browsers.
I can fix this with a margin-left:38px; But I wanted to know if someone knows a less ungly fix for this problem? I have made an example page: http://ischagast.nl/double_margin_bug.html ______________________________________________________________________ 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/
