Forum Moderators: not2easy
Above the </head>, I have:
<style type="text/css" media="screen">
body
{
image:
url('http://example.com/image.jpg')
}
body {margin:0px; padding:0px;}
img.y
{
position:absolute;
left:50%;
width:40px;
margin-top:-354px;
margin-left:252px;
padding:15px;
z-index:1000
}
</style>
and below the <body>, I have:
<img class="y" src=http://example.com/image.jpg width="198" height="26" alt="menu">
[edited by: encyclo at 10:49 pm (utc) on Oct. 1, 2007]
[edit reason] switched to example.com [/edit]