http://i50.tinypic.com/2coj4tc.png
Heres the HTMl:
- <html>
- <head>
- <title></title>
- <link rel='stylesheet' href='style.css' type='text/css'>
- </head>
- <body>
- <div id="splash">
- <div id='splash_img_graident'>
- <img src="Star_Trek_Movie_2009_New_Enterprise_Crew_freecomputerdesktopwallpaper_1024.jpg" alt="image" width="1024" height="347" />
- </div>
- </div>
- </body>
- </html>
The style.css:
- #splash_img.img{
- z-index: 2;
- }
- #splash_img_graident {
- background-image: url(gradient.gif);
- z-index: 1;
- }
Thank you
