Forum Moderators: open

Message Too Old, No Replies

problem with my navigation in netscape

         

dlenz

4:05 pm on Apr 29, 2003 (gmt 0)

10+ Year Member


dear collegues :O) ,

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

Birdman

5:19 pm on Apr 30, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>>but how do i manage it to get the margin of navigation sub-points correct viewed in netscape/mozilla?

Could you explain in more detail what is happening(or not happening)?

rainborick

9:56 pm on Apr 30, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I would be surprised if this was actually the source of your problem, but the W3C standard says you must not use a class name that starts with a digit. I dunno why (I'm sure there's a reason) and I dunno if it really matters in your case. But I've seen others mention it in the forum here, and if you're looking for an elusive bug, you might as well change it and see if it helps.