JavaDude32
Programmer
I have this code:
Now IE renders the Text just fine, but Netscape does not. Netscape places the Text below the image. Can anybody help me with this please?
Code:
<html>
<body>
<div style="position:absolute; color:white; background-color:transparent;">THE TEXT ON THE IMAGe
</div>
<img src="blackness.bmp">
</body>
</html>
Now IE renders the Text just fine, but Netscape does not. Netscape places the Text below the image. Can anybody help me with this please?