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>