Forums

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

Home Forums CSS do you have to use all four (link, hover, active, visited)

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27990
    kloy
    Member

    when using hover, do you also have to include active and visited so the list is complete.
    So the CSS will read
    link{}
    hover{}
    active{}
    visited{}

    #70859
    noahgelman
    Participant

    No. You can have just a normal link style and a hover style if that’s what you want. You can use all, none, or any number in between.

    #70874
    skip88
    Member

    So all it will mean if you only use the normal link and hover styles, is just that active and visited will be the same as the normal link style.

    #70876
    Deques
    Member

    Yes, all styles will be same as normal style unless they have their own styling

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