Results 1 to 3 of 3

Thread: Chrome CSS Menu

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

    Default Chrome CSS Menu

    1) Script Title: Chrome CSS Drop Down Menu (v2.01)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rome/index.htm

    3) Describe problem: Not really a problem, I'm just wondering why there isn't a line to the left of the left-hand object in the menu and if there was an easy way to add one. It would look much better with the whole scheme of things, I think.

    If anybody has an answer for me, I appreciate the help, as I know very little about Java, and I'm kind of burnt out on trying to figure it out myself.

    Thanks

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

    Default

    You can just manually add it to the HTML for the menu itself:

    Code:
    <div class="chromestyle" id="chromemenu">
    <ul>
    <li><a href="http://www.dynamicdrive.com" style="border-left: 1px solid #DADADA;">Home</a></li>
    <li><a href="#" rel="dropmenu1">Resources</a></li>
    <li><a href="#" rel="dropmenu2">News</a></li>
    </ul>
    </div>

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

    Default

    thanks... looks great

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
  •