Hi,
I am developing a dynamic web application in which I will allow the user to select one of five different stylesheets. The colors of the tables and text will change with each stylesheet.
I am using the following styles for my hyperlinks but I need to know if there's a way to override these colors on 1/2 of my page. On 1/2 these colors are just fine but on the other half I have a blue background for my menu and these blue hyperlinks won't be seen. Is there a way to override these settings so that my link color would be white in my blue menu table?
A:LINK{
color : Blue;
}
A:VISITED{
color : Purple;
}
A:HOVER {
color : Orange;
}
A:ACTIVE{
color : Blue;
}
Thanks!
Mike
I am developing a dynamic web application in which I will allow the user to select one of five different stylesheets. The colors of the tables and text will change with each stylesheet.
I am using the following styles for my hyperlinks but I need to know if there's a way to override these colors on 1/2 of my page. On 1/2 these colors are just fine but on the other half I have a blue background for my menu and these blue hyperlinks won't be seen. Is there a way to override these settings so that my link color would be white in my blue menu table?
A:LINK{
color : Blue;
}
A:VISITED{
color : Purple;
}
A:HOVER {
color : Orange;
}
A:ACTIVE{
color : Blue;
}
Thanks!
Mike