Results 1 to 3 of 3

Thread: Image thumbnail viewer II, firefox, and another script

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

    Default Image thumbnail viewer II, firefox, and another script

    1) Script Title: Image Thumbnail viewer II

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

    3) Describe problem: I think that this script might clash with the script that I am using for my menu. Works fine in internet explorer, but not in firefox - please see http://www.elchim.co.za/draft/elchim...-catalogue.htm

    Any help will be appreciated :-)

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The only problem appears to be layout/style. The navmenu element is covering the triggers for Thumbnail Viewer.

    Here in the nav.css file, make the highlighted change:

    Code:
    #navmenu {
    	height: 20px;
    	padding: 0px 0px 0px 85px;
    	margin: 0;
    	position: relative;
    	z-index: 10000;
    	float: none;
    	width: 950px;
    	/*background of whole menu*/
    	background: no-repeat right top;
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Aug 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank you! that sorted it :-)

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
  •