Replies

Jul 12, 2009 16 years ago
Necolasa
plays with dead things
User Avatar
Izekiel

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^^

______________________ CW Ping Group ❤️Art Ping Group ❤️Overlay & Graphics Ping Group ❤️ deviantART

Jul 13, 2009 16 years ago
Sammii
is a sun worshipper
User Avatar

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

Jul 13, 2009 16 years ago
Necolasa
plays with dead things
User Avatar
Izekiel

Ha ha thanks I figured out the same thing^^ I guess great minds think alike ;)

______________________ CW Ping Group ❤️Art Ping Group ❤️Overlay & Graphics Ping Group ❤️ deviantART

Please log in to reply to this topic.