Click to See Complete Forum and Search --> : turn off link decoration problem


Pierre Rouillet
01-06-2004, 04:47 PM
please cf. http://www.steffiweismann.de/111108/pc/index_pcIE.html
On MSIE/WinXP, under 'aktuell' you'll find some links (Ort/info..., all grey; in the html they can be found in the lines 59 and 66). Once clicked, MSIE displays them in default decoration for visited links, although I've put text-decoration: none; in any thinkable location. (Please have a look at the otherwise crappy css file http://www.steffiweismann.de/111108/pc/IE/cIE.css)
All other browsers (even MSIE/MacOSX) leave these links as they are.
Is this just too hard a job for this great browser, or is there any workaround, hack, mistake of mine?

thanks a lot

P

soccer362001
01-06-2004, 05:42 PM
do you have a:visited defined in your css?

Pierre Rouillet
01-06-2004, 06:41 PM
hello soccer

indeed, that does it. Had to add it in numerous places, seems to work.
It's kinda obvious, I just didn't get it. Thanks a lot.

P

soccer362001
01-06-2004, 07:33 PM
your welcome