Rolf Mortenson wrote:
> I was building a proof-of-concept for myself, and bumped into a 
> problem in IE that I can't seem to solve.
> 
> http://tinyurl.com/ytr6qf

> ...in IE6, div.big gets pushed down below the floated div#togglebar. 
> I've tried every trick I can think of, but it won't cooperate. Anyone
> know how to get IE6 to do the float and the overflow together?

Easy to solve for that case, by adding...

* html .big {float: left; margin: 0 -175px 0 -10px;}

...using negative margins on floats.
However, this solution will only work when you know the (more or less
exact) element-width and how much to subtract from it.

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