Log in

View Full Version : a:active



aqeel
12-22-2009, 06:31 AM
i am trying with Mozilla Firefox 1.9

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

Nile
12-22-2009, 06:35 AM
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:


a:visited, a:link {
color: #000;
}
a:hover {
color: #ddd;
}
a:active {
color: #0000ff;
}

X96 Web Design
12-22-2009, 07:31 AM
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 (http://getfirefox.com/) to 3.5?

Cheers,
X96