Jump to content

a:active


Hellusius

Recommended Posts

The a:active I used doesn't seem to have effect on the firefox browser I use.
Here is the CSS/stylesheet part I made for it

[code]a:link { color: #1099FF; background-color: transparent }
a:visited { color: #2277EE; background-color: transparent }
a:hover { color: #FF2200 ; background-color: transparent }
a:active { color: #22FF00 ; background-color: transparent  }[/code]

suggestions, or is there anything special I need to do, to have it work on all webbrowsers?
Link to comment
Share on other sites

try this
[code]
a:link { color: #1099FF; background-color: transparent; }
a:visited { color: #2277EE; background-color: transparent; }
a:hover { color: #FF2200 ; background-color: transparent; }
a:active { color: #22FF00 ; background-color: transparent;  }
[/code]
Link to comment
Share on other sites

[quote author=moberemk link=topic=101900.msg403784#msg403784 date=1153915560]Also, I think that I remember reading something about a specific order for that... but I don't quite remember it.
[/quote]

[b]L[/b]o[b]V[/b]e [b]HA[/b]te - link, visited, hover, active
Link to comment
Share on other sites

this is where I redirect
[code]
<html>
<head>
<title>WarcraftIII test site</title>
<link href="Stylesheet.css" rel="stylesheet" type="text/css" />
</head>
<meta>
<body>
--Codes--[/code]

and the CSS file looks like this

[code]body
{
font family: arial;
background-color:#1111DD;
color:#000000;
}


a:link { color: #1099FF; background-color: transparent }
a:visited { color: #2277EE; background-color: transparent }
a:hover { color: #FF2200; background-color: transparent }
a:active { color: green }

#NewsTitle { color:#222266 }
#NewsText  { color:#DDAA55 }[/code]

Its just odd, cause it works on the rest of the page but not in the header.php (the file in where the redirect is located)
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.