|
Posted by cuj0 on 05/29/06 06:21
I know there must be a simple answer to this, but I've spent all
morning trying to work it out, and I just can't. What is my TABLE's
obsession with staying on the same line as the DIV? Even if the DIV is
set to 150% width, the TABLE still won't move down to the next line.
This doesn't happen if I replace the table with free text or a new div
- it just seems to be an issue with the table. Although I know how I
can work around it, can someone please explain to me why this happens?
(note: only happens for me in Firefox - doesn't happen in IE)
(also note: please reply to the group, as emails will bounce)
<HTML>
<BODY>
<DIV style="width:100%;float:left;background-color:blue;">
Hi
</DIV>
<TABLE BORDER="1">
<TR><TD>tHERE</TD></TR>
</TABLE>
</BODY>
</HTML>
Navigation:
[Reply to this message]
|