Results 1 to 3 of 3

Thread: Chrome Menu Bar Help

  1. #1
    Join Date
    Jan 2007
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Chrome Menu Bar Help

    I am using the Chrome Menu Bar on my InvisionFree board (if this is considered advertising, I will remove the link), located below the logo. I have two issues that I am running into, the issues can be found below (both appearing in FireFox).

    1.) Hover over the "Board Rules" image (the first one). Now, hover over any other image on the menu bar. See the difference? The hover does not appear fully for all images on the menu bar with the exception of the "Board Rules" image. A little part of the hover on the left side does not appear.

    2.) The border on the far right side of the menu bar is appearing as the original Chrome Menu border color, while the left side is appearing as the logostrip's border. How do I get the far right side of the border to show the logostrip's border (black border) instead?

    Thanks for any of the assistance you can provide.

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

    Default

    The hover background color not spanning the entire link is actually normal, and occurs in the DD demo as well. Long story short, the issue is due to each menu item not being a block element. The advantage though is that you can easily align the menu items (ie: center or right them) if you wish. An example of a menu that does what you want in this respect is Vertical Divider Menu.

    For your 2nd question, try adding an explicit border style inside the very righ most menu link:

    Code:
    <a href="#" style="border-right: 1px solid navy">...</a>
    for example.

  3. #3
    Join Date
    Oct 2006
    Posts
    60
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I had the same problem with hover background
    u should simply add

    Code:
    .chromestyle ul li a{
    ...
    float:left;
    }

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
  •