The dotted underline link css dealio
Posted on December 28th, 2006 by JTkPosted in Theme, css |
a {
color: #E6EDF5;
text-decoration: none;
background-color: transparent;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
}
a:visited {
color: #E6EDF5;
text-decoration: none;
background-color: transparent;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
}
a:hover {
color: #F37821;
background-color: transparent;
border-color: #98D2E7;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
border-style: dotted;
text-decoration: none;
}
Well, it only took one and a half year for someone to pop up and profuse thank you for the solution - but here I am! Thankee, thankee, thankee…
Perfect solution for what I wanted!