webmorpheus
04-06-04, 08:36 PM
http://www.californiabusinesslist.com/
on the top navgation, when you rollover I wanted a dashed box effect, only the bottom border doesn't show up!! someone tell me how to tweak my css,
#california-business-listing-h-n {
float: right;
color : #ffffff;
padding-top: 10px;
position: relative;
}
#california-business-listing-h-n a:link ,#california-business-listing-h-n a:visited ,#california-business-listing-h-n a:active {
color : #ffffff;
font : normal 12pt Verdana, Helvetica;
text-decoration : none;
margin : 0;
padding : 3px;
}
#california-business-listing-h-n a:hover {
color : #ffffff;
font : normal 12pt Verdana, Helvetica;
text-decoration : none;
background-color: #808080;
border-width: 1px;
border-style: dashed;
border-color: #ffffff;
padding: 3px;
}
on the top navgation, when you rollover I wanted a dashed box effect, only the bottom border doesn't show up!! someone tell me how to tweak my css,
#california-business-listing-h-n {
float: right;
color : #ffffff;
padding-top: 10px;
position: relative;
}
#california-business-listing-h-n a:link ,#california-business-listing-h-n a:visited ,#california-business-listing-h-n a:active {
color : #ffffff;
font : normal 12pt Verdana, Helvetica;
text-decoration : none;
margin : 0;
padding : 3px;
}
#california-business-listing-h-n a:hover {
color : #ffffff;
font : normal 12pt Verdana, Helvetica;
text-decoration : none;
background-color: #808080;
border-width: 1px;
border-style: dashed;
border-color: #ffffff;
padding: 3px;
}