Erik
2010-02-26 21:12:11 UTC
Hi all,
Just joined this new forum.
My accordion is working great, but I need to STOP the hover on the
selected item.
Example, when I select BATH & BODY, I want the hover stop for that
particular section:
<div class="subcat">bath & body</div>
I'm using the following ACCORDION script:
$(function() {
$("#accordion").accordion({
autoHeight: true,
header: '.subcat'
});
LINK: www.naturalskin.com
On the left side of the web page.
Thank you.
Erik
Just joined this new forum.
My accordion is working great, but I need to STOP the hover on the
selected item.
Example, when I select BATH & BODY, I want the hover stop for that
particular section:
<div class="subcat">bath & body</div>
I'm using the following ACCORDION script:
$(function() {
$("#accordion").accordion({
autoHeight: true,
header: '.subcat'
});
LINK: www.naturalskin.com
On the left side of the web page.
Thank you.
Erik