Afficher un message
Vieux 04/04/2008, 08h39   #1
Jeremy J Starcher
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Looking for advice in a CSS layout instead of tables

I have an example page

<URL: http://parts.mopedepot.com/test/test1.html >

that uses tables for its layout.

<table>
<td>Space holder</td>
<td>Skip scroll bars, since those are "outside" my reserved space</td>
<td>Graphic image</td>
</table>

The parts list that shows on that page is placed there with absolute
positing. Anyone willing to give me pointers on how to change this over
to a CSS-based design? I tried making the image a "position:fixed" div,
but then I lost the scroll bars on my browser -- making that less than an
ideal solution.

Am I overlooking something obvious, like some sort of a 'no-break' option
for divs to keep them glued side by side? Or is there another approach I
should take?

Thanks!
  Réponse avec citation
 
Page generated in 0,05737 seconds with 9 queries