[thelist] avoid hostpro

Bruce Heerssen bheerssen at visualbridge.tv
Thu May 10 13:52:27 CDT 2001


Bekah wrote:
> aardvark wrote:
> > #foo	{	background-color : #ffffff ;
> > 			background-image : url(foo.gif) ;
> > 			background-repeat : no-repeat ;
> > 			background-position : 0px 0px ; }
> 
> I have recently found in testing that Opera will 
> override the image with the background color.
> 

Interesting, I just tested that and found that the image stayed in front of the background color as it should. 

Opera Version information
Version: 5.0
Build: 828
Platform: Win32
System: Windows NT 4.0


Here's the code I used for testing.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
	<title>Untitled</title>
	<style type="text/css">
body { background-color: black; }
#foo	{	
	background-color : wheat ;
	background-image : url(pink_stripes.gif) ;
	background-repeat : no-repeat ;
	background-position : 25px 25px ;
	width: 600px;
	height: 600px;
	 }
</style>
</head>

<body>

<p id="foo">test test test test test test test test</p>

</body>
</html>

What are the specs on your test?

Thanks,

Bruce




More information about the thelist mailing list