I have problems with my website in IE9 because my pictures are not good aligned (http://denniz.com).
I use mouseover fade to another image option with if(!fade.prprt&&!fade.ie)
the W3 validator gives a error with that code:
Line 160, Column 15: character “&” is the first character of a delimiter but occurred as dataif(!fade.prprt&&!fade.ie)
This message may appear in several cases:
•You tried to include the “<” character in your page: you should escape it as “<”
•You used an unescaped ampersand “&”: this may be valid in some contexts, but it is recommended to use “&”, which is always safe.
•Another possibility is that you forgot to close quotes in a previous tag.
I dont know what to use so i dont have a error in IE9 and in the validator.
Please help me
ps all other browsers are doing what i want but mickeysoft is hard to please…