Help with css in anchor tags
-
hi all, I have a link like this Edit/ in the css class link a.link { color:#999999; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; } a.link:visited { color:red; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; } a.link:hover { color:#996600; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; } i have written the above css. now if i execute my application, the edit text is displayed in visited link color(red) even before it is visited. How can i differentiate between visited and unvisited links by color? Thanks in advance.:) Regards Anuradha
-
hi all, I have a link like this Edit/ in the css class link a.link { color:#999999; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; } a.link:visited { color:red; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; } a.link:hover { color:#996600; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; } i have written the above css. now if i execute my application, the edit text is displayed in visited link color(red) even before it is visited. How can i differentiate between visited and unvisited links by color? Thanks in advance.:) Regards Anuradha
-
hi, Thanks for the reply. but by default, the visited link color (red) is only displayed. If i dont give the css for visited, the link color is displayed. Also in the set_values function, i am submitting the form again for some manipulation. Hope i am clear in my explanation.
Thanks in advance.:) Regards Anuradha
-
hi, Thanks for the reply. but by default, the visited link color (red) is only displayed. If i dont give the css for visited, the link color is displayed. Also in the set_values function, i am submitting the form again for some manipulation. Hope i am clear in my explanation.
Thanks in advance.:) Regards Anuradha