Results 1 to 2 of 2

Thread: Smooth Drop Down Menu Issue (Little Arrows)

  1. #1
    Join Date
    Apr 2010
    Posts
    8
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Smooth Drop Down Menu Issue (Little Arrows)

    Blizzard was helping fix some drop-down menu issues *(which he did successfully), but I can't figure out why there's no little arrow (which indicates that there is a sub-category) on the lower 2 menu items.

    He told me to start a post in the Javascript section of the forum, and somebody could help me here.

    My original post with Blizzard is here, (which includes all the info)...
    http://www.dynamicdrive.com/forums/s...d.php?p=224552

    Thanks in advance!

    Respectfully,
    Len

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Curiously, I still don't know why they don't show. But from looking at the JS and the CSS, you should be able to "force" it yourself...

    find the 2 lines:

    Code:
    <li><a href="#">Glasses</a>
    and make the LI look like this:

    Code:
    <li class="rightarrowclass"><a href="#">Glasses</a>
    Not a promise it will work, but technically it "should"
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •