Skip to main content
Known Participant
April 4, 2008
Question

make a spry collapsible panel open on hover??

  • April 4, 2008
  • 2 replies
  • 955 views
Hi All,

I'm trying to play with the Spry Collapsible Panel and would like to have it open on hover but not on the on click, I've attached the standard js code Dreamweaver produces, and would be very grateful if you could highlight what needs to be changed,---
This topic has been closed for replies.

2 replies

Inspiring
May 3, 2008
http://labs.adobe.com/technologies/spry/articles/tabbed_panel/index.html

See the section titled Open panels programmatically

<li class="TabbedPanelsTab" tabindex="0" onmouseover="TabbedPanels1.showPanel(0)">Tab 1</li>
<li class="TabbedPanelsTab" tabindex="0" onmouseover="TabbedPanels1.showPanel(1)">Tab 2</li>

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"miachu" <webforumsuser@macromedia.com> wrote in message news:fvihb0$miq$1@forums.macromedia.com...
> hi there,
>
> did you ever find a solution to this dreamweaver collapsible panel problem? i
> am having the same problem...i need it to open on hover instead of click. it
> makes so much more sense for them to have it on hover/roll over!
>
> help would be much appreciated!
> thanks.
>
Participant
May 3, 2008
hi there,

did you ever find a solution to this dreamweaver collapsible panel problem? i am having the same problem...i need it to open on hover instead of click. it makes so much more sense for them to have it on hover/roll over!

help would be much appreciated!
thanks.