again a problem with IE browsers version 6 and 7
Take a look at an example right away, try resizing the window and such.
http://fiddle.jshell.net/BXfNJ/10/show/ a preview (easier to open in IE this way)
http://jsfiddle.net/BXfNJ/10/ code
Now i don't understand 2 things
1) What happens to the float element? the box is never too small, infact the margin of the adjacent div is bigger than the width of ul div. But when the window is small enough the float element appears to be floating to the window edge not its container edge, but if you scroll a little to the right when the window is small you will see the container is wide enough.
2) Less important issue why is it this wide? Shouldn't it be as wide as it's contents?
I've been on this problem for half a day now and haven't googled anything worthy, infact i now doubt i know what to ask.
The only fix i've come up with is to give my absolute div a width, but there is the problem. It should resize with the contents say if there is a picture near the float div.
And there will be a picture =) This width workaround of course allows to use tonns of javascript, to resize every element in the more complex structure than shown in the example, but i wonder may css be used instead?