I'm trying to make a profile (not the one currently in use) where I have mini buttons that link to my comments, add comment, add friend etc. I can't get the image to move to where I want it because it's still stuck inside my main profile scroll. How would I get it to float separate/above my whole profile? Is this possible?
Here's the code I'm using:
<div id="comment">
<a href="http://www.subeta.net/profile_comment.php?user=196071" target="_blank" ><img src="http://images.subeta.net/icons/comment.png" "></a>
</div>
<style> {position: absolute; left: 10px; top: 10px;} </style>
[edit] I've decided to go about this in a different way, but still would like my question answered. I'm editing my profile currently so please ignore^^
If the column that you are trying to put the div in is also positioned, it won't position properly. Just move the div to a section in the second or third column and as long as they aren't positioned, it will go wherever you tell it to. :D
Ha ha thanks I figured out the same thing^^ I guess great minds think alike ;)