Jump to content

Pixel


xmlxpert

Recommended Posts

set position with css:

#tagsid{position:absolute;top:yournumber;}

if the position is absolute you can do this to find it in java script:

alert(getElementById(yourID).style.top)

that should work, but I'm not sure.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...