Above the </head>, I have:
CODE
<style type="text/css" media="screen">
body
{
image:
url('http://myurl.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>
body
{
image:
url('http://myurl.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:
CODE
<img class="y" src=http://myurl.com/image.jpg width="198" height="26" alt="menu">










