ok... here we go again... So my a:visited menu links don't show up in FF, but do in ie 7&8. sad that FF finally has a problem. Here's the test site... http://www.ericdmunoz.com/edmv2/ Here's the menu css... http://www.ericdmunoz.com/edmv2/edm-menu.css
I designed it similar to how Apple.com has their menu (one whole image), but they don't do (care) about visited links in the menu.
So my a:visited menu links don't show up in FF, but do in ie 7&8.
sad that FF finally has a problem.
Here's the test site... http://www.ericdmunoz.com/edmv2/
Here's the menu css... http://www.ericdmunoz.com/edmv2/edm-menu.css
I designed it similar to how Apple.com has their menu (one whole image), but they don't do (care) about visited links in the menu.
Anything is appreciated!
-Eric
You got to change your history options and make sure you are remembering pages for a certain number of time (it cant be zero)
btw its
[list=]
[*]a:
[*]visited
[*]hover
[*]active
[/list]
Thats the order for the anchor pseudo class
Just some heads up for some cleaner coding
Hope this helps