Results 1 to 3 of 3

Thread: Smooth Nav Menu with Lightbox

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

    Default Smooth Nav Menu with Lightbox

    1) Script Title: Smooth Navigational Menu combined with Lightbox Image Viewer

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

    http://www.dynamicdrive.com/dynamici...smoothmenu.htm

    3) Describe problem:
    Had the lighbox for long time up and running until now that I added the Smooth Navigational Menu. The menu works fine but the lightbox stopped.
    In new page, tried lightbox by itself and worked, menu by itself and worked, both together made lightbox stop working. (Not and issue with browser)

    Is there a compatibility problem between them? Could it be that in the code I have two <link rel="stylesheet" ?

    http://www.puchulutegui.com/test.html

    Thanks in advance.

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

    Default Resolved

    We spent a few hours and found the problem to be the order of the scripts. I had Lightbox script first, followed by Smooth menu. For those of you that want to used these two together, make sure you follow this:

    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    <script type="text/javascript" src="js/ddsmoothmenu.js"> </script>
    <script type="text/javascript" src="js/prototype.js"></script>
    <script type="text/javascript" src="js/scriptaculous.js?load=effects"> </script>
    <script type="text/javascript" src="js/lightbox.js"> </script>
    <link rel="stylesheet" type="text/css" href="css/lightbox.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="css/ddsmoothmenu.css" />
    <link rel="stylesheet" type="text/css" href="css/ddsmoothmenu-v.css" />

  3. #3
    Join Date
    Feb 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Excellent Solution!!! I've been struggling with this for a few hours but now its working.

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
  •