Results 1 to 4 of 4

Thread: Need help with menu script

  1. #1
    Join Date
    Feb 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help with menu script

    1) Script Title: Smooth Navigational Menu (v1.01)

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

    3) Describe problem:

    Hi, i need help in this quite urgently.

    I insert as per instructed in the head tag and the body tag.

    so now the menu appears on the top of the page above the background image (which is exactly what i wanted)

    BUT,

    when i minimize the browser to a smaller size, the menu actually shifts and become distorted.

    attached are the print screens.


    The original website look:




    After i minimize:






    Is there anyone can advise? thanks!

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Please post a link to the page on your site that contains the problematic script or attach your code so we can check it out and help you.

  3. #3
    Join Date
    Feb 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    there is really nothing much in the script... but here goes.


    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <META HTTP-EQUIV="imagetoolbar" CONTENT="no">
    <title>Disability Classification and Research Centre :: Growing Sports in Asia</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!--Fireworks 8 Dreamweaver 8 target.  Created Mon Feb 02 11:27:41 GMT+0800 (Malay Peninsula Standard Time) 2009-->
    
    <link rel="stylesheet" type="text/css" href="ddsmoothmenu.css" />
    
    <!--[if lte IE 7]>
    <style type="text/css">
    html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
    </style>
    <![endif]-->
    
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
    <script type="text/javascript" src="ddsmoothmenu.js">
    
    /***********************************************
    * Smooth Navigational Menu- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    
    </script>
    
    
    <link rel="stylesheet" href="thumbnailviewer.css" type="text/css" />
    
    <script src="thumbnailviewer.js" type="text/javascript">
    
    /***********************************************
    * Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
    * This notice must stay intact for legal use.
    * Visit http://www.dynamicdrive.com/ for full source code
    ***********************************************/
    
    </script>
    
    
    </head>
    
    <body>
    
    <center>
    <div id="smoothmenu1" class="ddsmoothmenu">
    <ul>
    <li><a href="index.htm">home</a></li>
    <li><a href="#">about dcrc</a>
      <ul>
      <li><a href="#">about us</a></li>
      <li><a href="#">corporate structure</a></li>
      <li><a href="#">who's who</a></li>
      <li><a href="#">milestone</a></li>
      <li><a href="#">join us</a></li>
    </li>
    </ul>
    <li><a href="#">what we do</a>
      <ul>
      <li><a href="#">equipment development</a></li>
      <li><a href="#">qualitative studies</a></li>
      <li><a href="#">research</a></li>
      <li><a href="#">classification</a></li>
      <li><a href="#">seminar & conferences</a></li>
      <li><a href="#">training & coaching</a></li>
      </ul>
    </li>
    <li><a href="#">calendar of events</a></li>
    <li><a href="#">media centre</a></li>
    <li><a href="#">photo gallery</a></li>
    
    <li><a href="#">partners</a>
    <ul>
    <li><a href="#">research partners</a></li>
    <li><a href="#">international bodies</a></li>
    <li><a href="#">regional bodies</a></li>
    <li><a href="#">sponsors</a></li>
    
    
    </ul>
    </li>
    <li><a href="#">contact us</a></li>
      
        </ul>
    
    <br style="clear: left" />
    
    </div></center>
    
    
    <center><img src="images/index.gif"></center>
    </body>
    
    
    </html>

  4. #4
    Join Date
    Feb 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi!

    just want to let you people know that i've solved the coding problem. =)

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
  •