[thelist] CSS - Wrapping within a div

Joshua Olson joshua at waetech.com
Tue Apr 23 10:22:01 CDT 2002


----- Original Message -----
From: "James Aylard" <webmaster at equilon-mrc.com>
Sent: Tuesday, April 23, 2002 11:13 AM
Subject: Re: [thelist] CSS - Wrapping within a div


> Joshua,
>
> > <body>
> > <div><img1><img2><img2></div>
> > </bod>
> >
> > It is coded with absolutely zero whitepace.  When the browser window is
> > narrowed, the later images jump to the next line.  Is there anyway to
keep
> > the div from wrapping using cross-browser css?
>
> <style type="text/css">
>   div {
>     white-space: nowrap ;
>   }
> </style>

Sadly, that doesn't seem to work.  There is no whitespace in the div.

Thanks.
-joshua





More information about the thelist mailing list