Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can i move a relative DIV that contains an A href in Netscape?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi All
I have a relative DIV that contains an A Href that i need to place with CSS and later move around with javascript.

example:

this is in the style section:
#mydiv{position:relative;left:100px}

This is in the body section:
<DIV id=mydiv><A href....>alink</A></DIV>

Problem is, in Netscape, the A text (alink) will be placed fine at 100px left, but the link area itself will stay in the upper left corner??? Very strange indeed!

Anyone have an idea to how i can solve this problem???

Thanks in advance

Roy Verdiani
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top