Help - Search - Members - Calendar
Full Version: CSS Hover in Dreamweaver MX
Forums > Resource Center > Webmasters' Corner > Resolved Topics
bigtrey90
I wanted to know if anybody knew the code for Dreamweaver, that I can use so that whenever I hover over a link, a bottom/top border appears dashed?
freeflow
Ok, just for clarification the code is not made for dreamweaver. The code is made for whenever it is going to be used.
CODE
a:hover {
color : #331f21;
text-decoration : bold;
font-weight : normal;
cursor : default;
font-size : 11px;
font-family : arial;
text-transform:none;
border-bottom: #px dashed ######;
border-top: #px dashed ######;
}


Edit it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.