Advertisement
Advertisement
| 05.10.2008 at 10:28AM PDT, ID: 23391847 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: |
<html>
<head>
<style type="text/css">
img.x
{
position:absolute;left:0px;top:0px;z-index:-1
}
</style>
</head>
<body>
<h1>This is a Heading</h1>
<img class="x" src="media/vig/vig1.jpg" width="868" height="558">
<p style="z-index:0">Default z-index is 0. Z-index -1 has lower priority.</p>
</body>
</html>
|