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