Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] 3 State Menu + Text Indent

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26388
    simto77
    Member

    I am currently working on a site where i have implemented a three state menu, as explained in one of the excellent screencasts on this site. However, one thing that really bugs me is the -9999px text-indent in the css. In Firefox this displays as a dotted line that continues to the left, when you activate the menubar.

    Is there anyway around this? Is there a way to toggle the dotted box around activated links in FF, or is there some css-trick I haven’t figured out yet?

    link to test site:
    http://www.simontornby.dk/detour/omfilmen.html

    thanks
    Simon

    #65224
    TheDoc
    Member

    Easy fix:

    Code:
    ul#menubar li a {
    outline: none;
    }
    #65233
    simto77
    Member

    Perfect –
    Thank you very much

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.