|
Can't figure out mouse event...
I have searched my brains out and after hours of tinkering with the code I'm spent.
The problem I am having is with the mootools accordion script.
There is a gap between the div and the next accordion item in the list (about 10 pixels). I have set all margins and padding to 0 in the style sheet as such:
* {margin: 0px; padding: 0px;}
I am wondering if there is a way to add a mouse event handler that will push everything below the opened div up 10 pixels so that unsightly gap goes away...
how could I do that?
Last edited by WA; 04-01-2009 at 04:09 AM..
|