sorry this is a dumb question, but i want this menu to show up on the top right hand corner. when i change the css from float left to right, it messes up the whole jquery functionality.
here it is:
http://www.moscarda.com/haccordian
sorry this is a dumb question, but i want this menu to show up on the top right hand corner. when i change the css from float left to right, it messes up the whole jquery functionality.
here it is:
http://www.moscarda.com/haccordian
plus i'd like to change the functionality so that it expands onmouseover, instead of onclick, but i've looked at the code and cant figure it out. i know this is the css forum not the js forum, but i thought i'd kill two birds with one stone...
For the mouseover, inside jquery.haccordion.js, change:
To:Code:jQ("."+params.headerclass,this).click(function(){
Nothing is wrong for me when I change:Code:jQ("."+params.headerclass,this).mouseover(function(){float: left, to:float: right.
Do you have an example page?
Jeremy | jfein.net
thanks, and to collapse onmouseout?
Bookmarks