PDA

View Full Version : major problems with nav bar "moving " around


exothermic
10-08-2003, 08:19 AM
Hi,

I'm having a lot of trouble getting my style sheets to work in all browsers.

I know there is a problem with IE Mac, but how do you fix it?

The site i'm working on is http://www.aflocations.com.au

Many thanks for any help

exothermic

Kor
10-08-2003, 09:27 AM
You forget to tell us which exactly your problem is :-)

Anyway:

try using
.class a{}
instead of
.class a:link{}

and I think a better order is
a
a:hover
a:visited

Roy Sinclair
10-08-2003, 04:35 PM
Originally posted by Kor
...
and I think a better order is
a
a:hover
a:visited

Are you sure? With your order you no longer get the mouseover (hover) effect on links you've already visited.