Results 1 to 3 of 3

Thread: Did I screw something up? Flex Level Popup Menu

  1. #1
    Join Date
    Jun 2011
    Location
    Houston Texas
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Did I screw something up? Flex Level Popup Menu

    Script: Flex Level Popup Menu
    http://www.dynamicdrive.com/dynamicindex1/popupmenu.htm

    I followed the instructions and everything looks good and
    works in my text pad. But when I upload it to the server
    this is what it looks like:
    http://www.cardsandcraftsbykarenjean...lies/lace.html

    NOTE: The urls are not inserted on the above page but it did
    not matter if they were inserted or not because I got the same result.

    Could you please help me understand what I did wrong.

    Thank you in advance

    info2know
    Lonnie Phillips
    Last edited by ddadmin; 06-17-2011 at 12:13 AM.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    The references to the .css and .js files of the script on your page are currently both broken:

    Code:
    <link rel="stylesheet" type="text/css" href="popupmenu.css" />
    
    <script type="text/javascript" src="popupmenu.js">
    /***********************************************
    * Flex Level Popup 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 this script and 100s more
    ***********************************************/
    
    </script>
    Upload both files to your server into the same directory where your page resides in.
    DD Admin

  3. #3
    Join Date
    Jun 2011
    Location
    Houston Texas
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank You very much!
    That fixed it ... of course

    info2know
    Lonnie Phillips

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
  •