I just made my first profile and coded it, mostly. :D I would like to know how to code the link buttons I have in my profile. I think it might have something to do with image mapping but I'm not sure?
I'd like the links to hover as well but I saw a thread on hovering that will help me do that.
Any help is greatly appreciated.
For that you'll need to cut those images out or use whatever you want to hover and place a div section for each in a blank section
<style> {position:absolute; width:181px; left:560px; top:75px;height:327px;}
{position:absolute; width:181px; left:560px; top:75px;height:327px;}
{position:absolute; width:181px; left:560px; top:75px;height:327px;}
{position:absolute; width:181px; left:560px; top:75px;height:327px;}</style>And properly position them.
Then in a blank section put <div id=comments><img src=Image URL></div> <div id=trade><img src=Image URL></div> <div id=mail><img src=Image URL></div> <div id=friends><img src=Image URL></div> Remove the * from the closing tags
since it seems you're only using one column and I'm assuming you've set it to scroll you'll need to stick the blank section in the second or third column.
Let me know if you need the hover code, I forgot you mentioned the thread so I don't need to add that 😊
