Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Highlight line?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42660
    miniii91
    Member

    Hello everyone! Let me start to say I’m not 100% sure if this is a CSS or something else.

    Basically I want to create the hover line similar to what you get on the BBC website. When you hover over the top menu, you get a small colour line at the bottom.

    BBC.CO.UK

    How would I achieve that?

    Thank you

    #124123
    rosspenman
    Participant

    Is this what you’re looking for? (CSS)

    a:hover {
    border-bottom: 3px solid red;
    }

    #124124
    miniii91
    Member

    exactly that!, thanks dude :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.