[thelist] CSS - Wrapping within a div

Rob Smith rob.smith at thermon.com
Tue Apr 23 10:10:01 CDT 2002


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]

Yeah.

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

Rob
-----Original Message-----
From: Joshua Olson [mailto:joshua at waetech.com]
Sent: Tuesday, April 23, 2002 10:14 AM
To: thelist at lists.evolt.org
Subject: [thelist] CSS - Wrapping within a div


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?

TIA,
-joshua


--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !



More information about the thelist mailing list