Re: [css-d] Strange IE Behaviour

2006-06-03 Thread Scott Wilcox
And ignore my last post as i just found the typo that caused the issue :) Thanks anyhow [EMAIL PROTECTED] Scott __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-di

Re: [css-d] Strange IE behaviour

2005-07-28 Thread Ingo Chao
Schalk Neethling schrieb: Found the problem. It is not a:hover:visited but a:visited:hover. Stupid me :-[ Schalk Neethling wrote: a:link { color:#000; } a:visited { color:#000; } a:hover:visited { color:#f9bc01; text-decoration:none; } a:hover { color:#f9bc01; text-decoratio

Re: [css-d] Strange IE behaviour

2005-07-28 Thread Schalk Neethling
Found the problem. It is not a:hover:visited but a:visited:hover. Stupid me :-[ Schalk Neethling wrote: Greetings All I would appreciate it very much if someone can have a look at the following URL using IE 6: http://www.volume4.com/dmp/login.html You will see that there are two text stri

Re: [css-d] Strange IE behaviour

2005-07-28 Thread ebednarz
> Schalk Neethling <[EMAIL PROTECTED]>: > http://www.volume4.com/dmp/login.html > > You will see that there are two text string that are color a yellowish > color. These should be black and then change to that color only on > hover. In Firefox it is all fine but IE does not play along. Clear y

[css-d] Strange IE behaviour

2005-07-28 Thread Schalk Neethling
Greetings All I would appreciate it very much if someone can have a look at the following URL using IE 6: http://www.volume4.com/dmp/login.html You will see that there are two text string that are color a yellowish color. These should be black and then change to that color only on hover. In