Forum Moderators: open
but how do i manage it to get the margin of navigation sub-points correct viewed in netscape/mozilla?
i've used these styles:
.2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: bolder;
font-variant: normal;
text-transform: uppercase;
color: #000000;
text-decoration: none;
margin-left: 10px;
}
.2:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: bolder;
font-variant: normal;
text-transform: uppercase;
color: #cc0000;
text-decoration: none;
margin-left: 10px;
thank you for your help,
Daniel