Results 1 to 3 of 3

Thread: a:active

  1. #1
    Join Date
    Sep 2009
    Location
    pakistan
    Posts
    28
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Question a:active

    i am trying with Mozilla Firefox 1.9

    a:active is not working ......................

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.

    Please include your code so that we can take a look at it, we can't do much without it. When you do post your code remember to use [code] tags. That includes [ html ], [ code ], and [ php ].


    Here is an example of correct ussage with a:active:
    Code:
    a:visited, a:link {
    color: #000;
    }
    a:hover {
    color: #ddd;
    }
    a:active {
    color: #0000ff;
    }
    Jeremy | jfein.net

  3. #3
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    Firefox 1.9?? That's a little outdated! I highly doubt any people would use that browser to visit your website, so it's probably safe to say that you don't have to test (or use) it.

    Could I recommend upgrading to 3.5?

    Cheers,
    X96
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •