Quote:
|
They're appearing as an underline but I only want them to have an underline when the mouse hovers over them. And I don't want them to change at all once they've already been selected (e.g. I don't want them changing to a different colour)
|
You may define specific rules using the anchor pseudo classes, refer
http://www.w3schools.com/CSS/css_pseudo_classes.asp
Quote:
|
The other problem is, I have different links at the bottom of the page which I want styled differently. In Firefox they are working fine but in IE they are changing to a blue colour once selected.
|
IE requires the anchor pseudo classes in the order link, visited, hover, active (LoVe-HAte). So, we need to add them in order in our CSS, even though some of them do not contain any specific css properties.