Results 1 to 4 of 4

Thread: Thick underline when active

  1. #1
    Join Date
    Feb 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Thick underline when active

    Hey everyone,

    I apologize if this already exists in another thread, if so please delete this one.

    Right, I'm using this thick underline CSS thingy (from DD), which is exactly what I need for my site, however I would like that the underline stays when in "active mode". When hovering the menu it is all good, but when I click a link and the browser shows the chosen link I would like the underline to show up under the link.

    This is the CSS I'm using.

    http://www.dynamicdrive.com/style/csslibrary/item/thick_underline_menu/


    Anyone out there who could help me?

    Cheers in advance,
    Jocke.
    Last edited by jocke; 02-11-2009 at 11:39 AM.

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Give the menu you want to be highlighted the class "selected", eg:
    Code:
    <ul>
    <li><a href="http://www.dynamicdrive.com/">Home</a></li>
    <li><a href="http://www.dynamicdrive.com/style/">CSS Codes</a></li>
    <li><a href="http://www.dynamicdrive.com/forums/">Forums</a></li>
    <li><a href="http://tools.dynamicdrive.com" class="selected">Webmaster Tools</a></li>
    <li><a href="http://www.javascriptkit.com/">JavaScript</a></li>
    <li><a href="http://www.cssdrive.com">Gallery</a></li>
    </ul>
    Good luck!

  3. The Following User Says Thank You to Snookerman For This Useful Post:

    jocke (02-11-2009)

  4. #3
    Join Date
    Feb 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Wasn't harder than that?
    You, my friend saved my day.

    Jag bjuder på en öl om du har vägarna förbi Umeå.

  5. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Hehe, glad to save your day!

    Good luck with your site and see you in Umeå

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
  •