View Single Post
  #3 (permalink)  
Old Nov 23rd, 2007, 09:53
candyzouk candyzouk is offline
New Member
Join Date: Nov 2007
Location: pt
Age: 22
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Text rollover

Thanks man that's exactly it, I was trying to do that like:

<a onmouseover="sw('on','div2')">Show</a>
<a onmouseout="sw('off','div2')"></a>

I didn't know that it could be done in the same..

Appreciate it
Reply With Quote