treehouse : what would you like to learn today?
Web Design Web Development iOS Development

a:visited problem ff3

  • 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.

    Anything is appreciated!
    -Eric
  • Alright, it work fine with mine but I do know the solution ^^ well its what I suspect anyway.

    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