HTML How to underline & overline

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Student
    Registered User
    • Oct 2002
    • 66

    #1

    HTML How to underline & overline

    Hi
    I'm trying to get the underline and overline to work at the same time, but it seems to only use the last command.


    a:hover {color:"#ffff00";text-decoration:underline;text-decoration:overline; background:#006600;}

    This produces only an over line.
    Any suggestions ???

    Never Stop Learning !
    Never Stop Making Money !

    Click here to succeed
  • jeffs
    Confirmed User
    • Oct 2002
    • 135

    #2
    try using "text-decoration: underline overline;"

    Comment

    • Student
      Registered User
      • Oct 2002
      • 66

      #3
      Originally posted by jeffs
      try using "text-decoration: underline overline;"
      Hey jeffs
      that works!

      Thanks for your help
      Never Stop Learning !
      Never Stop Making Money !

      Click here to succeed

      Comment

      • jeffs
        Confirmed User
        • Oct 2002
        • 135

        #4
        i'm glad i could help!

        Comment

        Working...