Could someone help me understand what this particular error message is all about?
127 img Property behavior doesn't exist : url("pngfix.***") url("pngfix.***")
This is the error message I'm receiving when checking my pages with W3C Validator.
I was able to fix most of the errors that Validator indicated I had on my index.html page (actually has receive a "Passed" result but when I ran it again I got this message the above message).
The actual code for this error on line 126 - 127 is the following:
<style type="text/css">
img { behavior: url("pngfix.***"); }
TIA
Paul
127 img Property behavior doesn't exist : url("pngfix.***") url("pngfix.***")
This is the error message I'm receiving when checking my pages with W3C Validator.
I was able to fix most of the errors that Validator indicated I had on my index.html page (actually has receive a "Passed" result but when I ran it again I got this message the above message).
The actual code for this error on line 126 - 127 is the following:
<style type="text/css">
img { behavior: url("pngfix.***"); }
TIA
Paul
Comment