Click to See Complete Forum and Search --> : Link color in row
Hi
I have a mouseovoer funtion that changes the class of a row to a dark colour from white.
If I have a link in that row, I would like it to become white, otherwise it isnt readable. In my css file I have
tr.Over a
{
color:#FFFFFF;
}
However it doesnt change the colour of the link IE, only in FF. Any ideas?
Little Goat
05-04-2006, 04:04 PM
do you have a link or can you post your whole stylesheet?
LG
niallcrowley
05-05-2006, 06:43 AM
Hi there helpful people of the world.
I'm having my own link problems. My menu (on the left) is behaving strangely. In FF for PC and Mac Safari it is fine and does what it should do. In IE for Windows and Mac FF the menu seems to automatically take on the characteristics of the 'visited' style I set up. The links in my content a similarly misbehaving in IE and FF for Mac but are fine in the other two. I thought it might be to do with the browsers' cache but it doesn't seem to make any difference.
My site (under development):
www.niallcrowley.co.uk/newsas
Thanks for listening
Niall
Little Goat
05-05-2006, 04:10 PM
Hi there helpful people of the world.
I'm having my own link problems. My menu (on the left) is behaving strangely. In FF for PC and Mac Safari it is fine and does what it should do. In IE for Windows and Mac FF the menu seems to automatically take on the characteristics of the 'visited' style I set up. The links in my content a similarly misbehaving in IE and FF for Mac but are fine in the other two. I thought it might be to do with the browsers' cache but it doesn't seem to make any difference.
My site (under development):
www.niallcrowley.co.uk/newsas
Thanks for listening
Niall
that's because they are all visited. the links only link to the same page, which you are at, which means it is visited.
@idn, I dont see any problem with the code. it is probably something else in the stylesheet. please post your whole code.