[thelist] CSS - Wrapping within a div

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


----- Original Message -----
From: "Rob Smith" <rob.smith at thermon.com>
Sent: Tuesday, April 23, 2002 11:09 AM
Subject: RE: [thelist] CSS - Wrapping within a div


>   <table>
>    <tr>
> <td><img1><img2><img3></td> <!-- even though its a table, at
> least your images won't wrap -->
>    </tr>
> </table>

:) Thanks Rob

I was hoping to not use a table.  The only reason I even used a div at all
was because I need a background color.  Any other ideas out there?

Thanks again,
-joshua

> I have a div with three images in it:
>
> <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?





More information about the thelist mailing list