So I've seen people using links on their profiles with what appears to be either floating images or hotspots. I've been playing with the css on my profile for almost 2 hours now and can't seem to get anything to work. I was wondering if anyone could help with this, or is it a trade secret?
Example: The Mail, Trade and Wish 'tabs' on 's profile or the Mail, Wish and Edit 'buttons' on 's profile.
Thanks
[Center]
[/center]
I'm not sure how Charm does it but there is a tutorial here.
I can get that far, but the issue is getting the image to appear over the background image. For example where it says "deviantart" on the background of my profile I have another image I want to sit on top of that to link to my DA. I can get the image and link in a blank section of my profile but it seems to disappear when I try to put it over the background.
[Center]
[/center]
Mine are just regular image links in a Blank section in a third column, which is positioned so that the buttons line up correctly with the background. They move up on hover because I put them in a div class that is set to adjust the position of the link on hover.
a:hover {position: relative; top: -4px;}
Then in the section where I type out the code for the links, I put <div id="links"> before it, and end the div after the link buttons.