|
|
so i need to use a mouseOver on a piece of text that is in one <div> (says "Show Me the Alternate") to make a <div> tag that has content in it move from its current spot (left: 20%), to out of the frame to the left (like left: -100%). at the same time, i need to have the <div> that was already at left: -100% move to the spot of the other, at left: 20%.
i also need to be able to mouseOver another piece of text ("Go Back to the Original") and do the opposite...should i just repeat what i did for the first or is there something simpler or something else i have to know?
i guess i'm just not quite catching which javascript action to use...i'm still pretty new to JS.
|
|
|
|
|
|
|
|