> Hello,
> 
> Okay, how do I make a <div id="anything"></div> stop??? I have 4 floated 
> images inside the div, I have given it a white-space:nowrap; and the images 
> still drop down when the window is compressed in IE (they overlap each other 
> in firefox). Is there a trick???

You'd need a min-width, which is not supported by MSIE. If you want to
surpress the moving of the images (I'd call that  feature), why not
use absolute positioning instead  of floats?


-- 
Chris Heilmann 
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/  
Binaries: http://www.onlinetools.org/
______________________________________________________________________
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