Posted by Peter on 22:17:00 09-29-2001
Netscape specific idiocy:
When giving a table cell a background image, and putting another table inside this cell, each of that table's cells will get one background image each. That is, if I have:
<td background="image.png">
<table>
<tr>
<td>
Cell a
</td>
<td>
Cell b
</td>
</tr>
</table>
</td>
Both cell a and cell b will get image.png as their background image. That lollipops big times.
Adding background:none and background:tansparent in the td style property doesn't help either.
Anyone know of a solution?
[ This Message was edited by: Peter on 2001-09-29 22:20 ]
Posted by KaGez on 14:19:00 11-15-2001
just make the background color of the inner table white or the color you want it to be
[addsig]
Posted by crion on 21:01:00 02-16-2002
do u want the inner table to have the same background as the outer but not new small pics?
Posted by KaGez on 01:04:00 02-17-2002
I still don't really get what he wants.... anyways, as I have understood it, he wants a different BG color in the inner table... so he should just define it... I don't really see a problem there :/
[addsig]
Posted by fsvara on 10:12:00 02-17-2002
he said netscape puts the background image of a table cell in the background of all table cells of tables inside that cell
Posted by crion on 11:45:00 02-17-2002
im not realy sure but i think thats some css shit... i soloved the same problem whith css instead of pure htmlcode...
Posted by KaGez on 13:08:00 02-17-2002
btw, if you set the BG color of a table inside a table to transparent, then the BG color of the outer table will ofcourse be used ...
[addsig]
Posted by crion on 13:28:00 02-17-2002
kAgEz whats the code for transparent?
Posted by KaGez on 14:10:00 02-17-2002
crion: background: none || background: transparent . Both worked for me
[addsig]
Posted by Peter on 14:30:00 02-17-2002
it was a long time ago, but nothing worked for me when i tried it.. never mind
Posted by crion on 15:53:00 02-17-2002
ok but its fun to try soloving problems....
btw netscape users must be stupid.
Posted by crion on 15:55:00 02-17-2002
ok ill try that kages...
Posted by crion on 15:56:00 02-17-2002
weeeeeeee i reached the "programmer" status
whats the next level?
Posted by fsvara on 16:42:00 02-17-2002
http://www.ypr.34sp.com/phpBB/faq.php#ranks
The next level is "1337!!"
Posted by crion on 18:12:00 02-17-2002
thx svara
Posted by KaGez on 12:48:00 02-18-2002
I still don't get it why so many ppls call me kages ... :/
[addsig]