Results 1 to 2 of 2

Thread: Simple Controls Gallery - nav images disappear on hover

  1. #1
    Join Date
    Jun 2005
    Location
    Colorado, U.S.
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Simple Controls Gallery - nav images disappear on hover

    1) Script Title: Simple Controls Gallery

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...plegallery.htm

    3) Describe problem: When I mouseover the three nav images, they disappear. In the demos they don't do this, can someone help?

    This is my client's page: http://www.redkitecreative.com/proje...estoration.php

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Find the following in your js file and change the red to the the number one.
    Code:
    .bind('mouseover mouseout', function(e){
    				$(this).css({opacity:(e.type=="mouseover")? 0 : 0.8})
    			})
    Jeremy | jfein.net

Tags for this Thread

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
  •