Normal User
Posts: 742
|
Ok so I hope this goes on here first of all xD but I need help making a foreground to over top of everything the image is a transparent but I can't get it to be a background2 or foreground :P I have the Code here: <html> <p style="font-family:verdana;color:darkred;"> I am Blixii's manager so any problems take it up with me ^_^</p> <style> { } tr, td, .sf { } body { background: url(http://images4.alphacoders.com/192/thumbbig-192696.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } </style> <style type="text/css"> img { opacity:1.0; filter:alpha(opacity=100); /* For IE8 and earlier */ } img:hover { opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ } </style> </head> <img src="http://i288.photobucket.com/albums/ll168/amanewbie/20090517021302DrippingBlood.png" width: "cover" height: "cover" /> </style> </html>
|