Posted by ironcorona on 05/04/06 19:32
Skeeve wrote:
> Hi again,
> Well, I'm still running into this problem every time I want to make
> what is inside of a td absolutely positioned. The problem is that
> adding display: block; detaches that td from the rest of the table and
> then managing the rest of the table is as akward as managing a bunch of
> divs in a pseudo-table and trying to get them to line up.
Is there any particular reason you need to change the positioning of
just 1 td? If you need to move them around the screen you can just
change the position of the entire table. If you want the boxes lined up
in a certain way then why don't you position some divs (though I
wouldn't recommend that. It won't work cross-browser).
When you use position it takes the element out of its normal place in
the flow of the page. Doing this to one td in the table effects the
entire table.
--
ironcorona
Navigation:
[Reply to this message]
|