Forum Moderators: not2easy
So... you can control CSS with onmouseover via
onmouseover="this.style.borderWidth='2px'; or whatever... but is there code to change the position of an existing <div>? Specifically, I'd like to replace 40 lines of javascript rollover code with a really simple onmouseover call to "change the 'left' value of div ARROW (with an image inside it) to value 100 (from -1000)". Just move the arrow around onscreen. Make sense? This way I can have one image and one div for as many links as I want, with minimal code.
Looking forward to hearing your ideas!
~N