Results 1 to 3 of 3

Thread: Chrome Menu Question

  1. #1
    Join Date
    Jun 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Chrome Menu Question

    Hi,
    Chrome menu works great, its a very elegant solution.
    I have a small question:
    Is there a way I can format the menu so only when I mouseover the word in the menu, only then the dropdown menu will appear.
    The way it works now the <A> tag takes all the width so even if you mouseover near the word the menu drops.

    Thanks,
    Shif

  2. #2
    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.

    The reason is because the link area (<a>) is covers an area greater than the link text itself, due to padding defined in the CSS:

    Code:
    #chromemenu ul li a{
    float: left;
    color: #7F7F7F;
    font-weight: bold;
    padding: 6px 12px 6px 7px;
    "
    You can always remove this padding, but then again, the look of the menu will alter, and you end up with menu links that are very close to one another.

  3. #3
    Join Date
    Jun 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    OK, thenks.
    I tried this option and didn't like the look, its narrow and tight.
    I thoght maybe there is another solution.
    Anyway thanks again for your quick response,

    Shif

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
  •