Results 1 to 5 of 5

Thread: Glossy Menu horizontal

  1. #1
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Glossy Menu horizontal

    1) CODE TITLE: Glossy Horizontal Menu

    2) AUTHOR NAME/NOTES: Santosh Setty

    3) DESCRIPTION:Hi, I used the Glossy menu Horizontal tab on Dynamicdrive libary and the gif's are not shown. Im using Adobe Golive editor.Can a img src for the gifs be in the body, url("media/menur_hover_left.gif")is one coden in the head section All gif files are in the folder with lowercase, can't figure it out, here is the body.

    <body bgcolor="#cc0000">
    <ul class="glossymenu">
    <li class="current"><a href="http://www.dynamicdrive.com/"><b>Home</b></a></li>
    <li><a href="http://www.dynamicdrive.com/style/"><b>CSS</b></a></li>
    <li><a href="http://www.dynamicdrive.com/forums/"><b>Forums</b></a></li>
    <li><a href="http://tools.dynamicdrive.com"><b>Webmaster Tools</b></a></li>
    <li><a href="http://www.javascriptkit.com/"><b>JavaScript</b></a></li>
    <li><a href="http://www.cssdrive.com"><b>Gallery</b></a></li>

    </ul>
    <table width="969" border="0" cellspacing="0" cellpadding="0" bgcolor="#00ccff" cool gridx="16" gridy="16" height="464" showgridx showgridy usegridx usegridy>
    <tr height="463">
    <td width="968" height="463"><spacer type="block" width="968" height="463"></td>
    <td width="1" height="463"><spacer type="block" width="1" height="463"></td>
    </tr>
    <tr height="1" cntrlrow>
    <td width="968" height="1"><spacer type="block" width="968" height="1"></td>
    <td width="1" height="1"><spacer type="block" width="1" height="1"></td>

    </tr>
    </table>
    <p></p>
    </body>

    4) URL TO CODE:http://true2me.net/Blue/Volcano.html

    or, ATTACHED BELOW (see #3 in guidelines below):

  2. #2
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    I just looked at the page you posted a link to, and the images are not on your server. You may want to double check to make sure you saved them in the correct folder... (should be "Blue/media/")
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  3. #3
    Join Date
    Sep 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi Nyme, I saved them in a folder name mediaand media is in the Blue folderand I change the URL code in the head section, but still no gifs.
    <head>
    <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
    <meta name="generator" content="Adobe GoLive">
    <title>Volcano</title>
    <style type="text/css">

    /*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
    /*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

    .glossymenu { background:url("http://true2me.net/Blue/media/menur_bg.gif") repeat-x; list-style: none; margin: 0 auto; padding: 0 0 0 34px; position: relative; height: 46px }

    .glossymenu li{
    float:left;
    }

    .glossymenu li a{
    float: left;
    display: block;
    color:#000;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    }

    .glossymenu li a b{
    float: left;
    display: block;
    padding: 0 24px 0 8px; /*Padding of menu items*/
    }

    .glossymenu li.current a, .glossymenu li a:hover { color: #fff; background: url("http://true2me.net/Blue/media/menur_hover_left.gif") no-repeat left 50% }

    .glossymenu li.current a b, .glossymenu li a:hover b { color: #fff; background: url("http://true2me.net/Blue/media/menur_hover_right.gif") no-repeat right top }

    </style>


    </head>

  4. #4
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    the images are still not up there if you copy that address and paste it in the image should show up. http://true2me.net/Blue/media/menur_hover_left.gif comes up as 404 not found meaning its either in a different directory or not online at all.

  5. #5
    Join Date
    Sep 2008
    Location
    Whiteford, MD
    Posts
    39
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default

    Look in your forum directory and look to see if they are actually there first. Or you can try to reupload them.

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
  •