Results 1 to 5 of 5

Thread: W3C Validator Error Message
      
   

  1. #1
    Paulk2 is offline First Lieutenant
    Join Date
    Sep 2008
    Posts
    174

    Default W3C Validator Error Message

    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
    www.americaneaglesigning.com

  2. #2
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,618

    Cool Re: W3C Validator Error Message

    You have an image that is not properly configured/published/conforming.
    You can tell which image it is by finding it within the page stylesheet coding using Right-Click > View Source when on your web page.

    More Background > http://www.vodahost.com/vodatalk/sav...41-pngfix.html
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  3. #3
    Paulk2 is offline First Lieutenant
    Join Date
    Sep 2008
    Posts
    174

    Default Re: W3C Validator Error Message

    Thanks Vasili!

  4. #4
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,618

    Default Re: W3C Validator Error Message

    Quote Originally Posted by Paulk2 View Post
    Thanks Vasili!




    PS: (Copied from another post for reinforced clarification)
    As far as complying with W3C standards ... it seems more than a few VodaTalk Members read my couple of references and gave more import to the concept than they should have, since they still struggle with the completion of the many more concepts and details regarding the refinment of web design.....
    Don't get me wrong: it is important, but it is so much more important to fully comprehend the nuances, inter-relationships, and complexities of solid web construct, basic to advanced SEO, and true relevancy as a symbiotic aspect of Content development and site evolution both.
    Dealing with W3C validity is a "High Concept" that is fit for those capable of cleaning up code and dealing with core structure ..... it is all about page code being codified and universally performing and presenting (the soft way to end manipulative practices).
    Unless you are an Advanced Webmaster (or love coding by hand), you are much better off using the tools found HERE to "proof," refine, and 'validate' your BV pages rather than improperly using any W3C Validation Tool!
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: W3C Validator Error Message

    The issue with png fix is that IE has always been unable to render png images, so a css instruction (as you see it in the code) has become necessary.

    There is no other way to have IE display png's so the error is more than acce ptable.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49