View Full Version : Table Positioning


TruchaLinda408
05-28-2003, 09:12 PM
How do I position my tables where I want them when I have more than one??

zangerbanger
05-29-2003, 01:18 AM
Table #1:

<table style="position:absolute; top:#px; left:#px; z-index:1">

--------------------------------------------------------------------------

Table #2

<table style="position:absolute; top:#px; left:#px; z-index:2">

TruchaLinda408
05-29-2003, 04:57 AM
Thank you so much!! It really helped!!