Results 1 to 5 of 5

Thread: Chrome CSS Drop Down Menu

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

    Default Chrome CSS Drop Down Menu

    http://www.dynamicdrive.com/dynamici...rome/index.htm

    I have a very small problem: where the heck is down.gif located in the code?
    Can't find it anywhere...

    Thanks for the assist,

    Jos
    Last edited by ddadmin; 09-15-2008 at 11:37 PM.

  2. #2
    Join Date
    May 2008
    Posts
    11
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    I don't understand the question, where is the code?

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

    Default

    http://www.dynamicdrive.com/dynamici...rome/index.htm

    In the examples there is a little gif: down.gif. I can't find it in the CSS nor in the html. You see the down arrow in resources, news and search.

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

    Default

    <li>chrometheme/chromebg-over.gif</li>
    <li>down.gif (drop down arrow image used).</li>
    </ul>


    Line 200 something. It's in the HTML. Good day. Use ctrl+f to find the "down.gif". That's what I did and found it easily.

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

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

    If you mean where inside the script to specify the path/ HTML to the down arrow image, inside chrome.js:

    Code:
    dropdownindicator: '<img src="down.gif" border="0" />', //specify full HTML to add to end of each menu item with a drop down menu
    DD Admin

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
  •