Michel Bozgounov wrote:
> http://lelion.info/web/cantarco/
> So, IE does not understand my styles, or I am doing it all wrong...
In short: IE is buggy :-)
A bit of cross-browser stabilization should help.
1: add...
#maincol {display: inline;}
...to kill that 'margin-doubling on floats' bug in IE. The bug makes the
right float-margin take up 3% more space than it should, at the moment.
2: add...
#leftcol {margin-right: -10%;}
...to provide slightly more to go on before IE drops the #maincol float
on narrow windows.
3: put something real inside the clearer...
<div class="clear"><!--clears leftcol and maincol--></div>
...as only a comment makes it empty, and unstable as clearer, in IE.
This is better...
<div class="clear">.<!--clears leftcol and maincol--></div>
...with that '.' inside.
---
I'm not all that good at counting single pixels, but I don't think I've
lost any ;-)
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/