Hi Eileen,
Yeh it was that tutorial i was following, works great but I run into trouble when i try to implement into code i'm already using.
The way i work is to create an image in photoshop for the top banner which cotains links along the bottom (home, add to friends, send message etc.)
That image is then sliced up and the code outputted as HTML.
I then put the HTML table into a div postioned at the top of the page, bit strange i know putting a table inside a Div but it works well for MySpace so why not.
<style>
body{
background-position:top center;margin-top: 810;}
div.topbanner {
top: 0;
left: 50%;
margin-left: -400px;
_margin-left: -399px;
text-align:center;
position: absolute;
}
</style>
What i don't know how to do, is implement the rollovers on the seperate image links i sliced up, contained within the table.
I'd even pay someone to write the code for me, if you can do it and it works. name a price and we'll see what we can do.
Thanks