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 ???
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 ???

Comment