Forums

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

Home Forums CSS Orange Highlight Effect

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

    I’ve noticed on css-tricks that when you highlight text (click and drag) it has an orange color. Anyone know how to do this? It seems like a cool little trick.

    #54835
    Code:
    ::selection { background: #fe4902; color: white; /* Safari */ }
    ::-moz-selection { background: #fe4902; color: white; /* Firefox */ }
    #54872
    Soh Tanaka
    Member

    woops :-p my bad misunderstood question!

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