Sweet!    Thanks for the help Georg!

On Oct 13, 2005, at 2:25 PM, Gunlaug Sørtun wrote:

Paul Gaudet wrote:

is there a way to stop the image on the right from wrapping down when
 the browser window is resized smaller in the following link....



http://www.rollandburn.com/css-d/nsep/index.php


Yes. Since it's a float you can just add:
#headerRight {margin-left: -300px;}
...or some other suitable value.

If you then also reverse the order of 'headerRight' and 'headerLeft' in
source-code, it'll behave as well as it can without a 'min-width' on
'header'.

    Georg
--
http://www.gunlaug.no



______________________________________________________________________
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