View Single Post
Old 03-05-2008, 17:36   #1 (permalink)
thastrom
Registered User
 
Join Date: Feb 2008
Posts: 73
How do I make it one button?

how do I make this one button ? It's one slide down and one slide up button now I want just one that does both.

Here's the code:

Code:
<a href="#" onclick="Effect.BlindUp('d1');; return false;" >Slide Down</a> <a href="#" onclick="Effect.BlindDown('d1');; return false;">Slide Up</a>
  Reply With Quote