- From: Larsen, Gregory A <Greg.Larsen@DOH.WA.GOV>
- Date: Tue, 7 Dec 1999 09:37:39 -0800
- To: "'www-style@w3.org'" <www-style@w3.org>
Received on Tuesday, 7 December 1999 12:38:43 UTC
The following HTML has a background image in IE 5.00, but not in
Netscape Communicator 4.7. What am I doing wrong?
<html>
<head>
<title>background-image problem</title>
<style>
<!--
a { color: #000000 }
P.image_here {background-image: url(
http://www.w3c.org/Icons/WWW/mail48x
<http://www.w3c.org/Icons/WWW/mail48x> );}
-->
</style>
</head>
<b>
<p>No image behind this test</p>
<p></p>
<p></p>
<p></p>
<p class="image_here">Should be a image behind this text. Works in IE
5.00 but not in Netscape Communicator 4.7. Anyone have a solution? If
so Email Me: greg.larsen@doh.wa.gov <mailto:greg.larsen@doh.wa.gov> <p>
<b>
</html>
Received on Tuesday, 7 December 1999 12:38:43 UTC