Forum Moderators: open
in NS4, how can i have a tiling background img in a 1px height table without any text? that drives me crazy! the img is a 10px long and 1px high.
if i put in TD, the img will be too high. height attribute seems not work. need a compatible way for both IE and NS.
<table>
<TR>
<TD COLSPAN=4 width=100% height=1px bgcolor="#ffcc00" background="images/styles/yellow_line.gif">
</TD>
</TR>
</table>