Results 1 to 2 of 2

Thread: spry tabbed panel changing content on mouse roll over

  1. #1
    Join Date
    Jul 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default spry tabbed panel changing content on mouse roll over

    hi,


    i'm a newbie. i can see spry tabbed panel changing content on mouse roll over.how to do this spry tabbed panel exactly.example site is www.pega.com

    thanks in advance

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    I don't know about 'spry', but you could use this script
    http://www.dynamicdrive.com/dynamici...tabcontent.htm
    if you need change on mouseover instead of on click it seems to work if i change line 137 in the tabcontent.js from
    this.tabs[i].onclick=function(){
    to
    this.tabs[i].onmouseover=function(){

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •