Not 100% sure if the theme is responsible, however I have a W3C CSS validation error: -

Line 42: Unrecognized link element or xml-stylesheet PI.

When I look at my page source it corresponds to this: -


Comments

ck9’s picture

Should read:

  <!--[if lt IE 7]>
  <style type="text/css" media="all">@import "/themes/fourseasons/fix-ie.css";</style>
  <![endif]-->
peterx’s picture

Validating with Wave at http://d-theme.com/four_seasons. Wave complains about empty links in the colour selector. I changed one link to contain &nbsp; and Wave stopped complaining about that link. Perhaps all the colour links could get the same treatment.

Wave complains about the same links having an event handler. Total Validator goes into more detail and says The default scripting language must be specified for an intrinsic event. Total Validator also complains about the inline styles because The default style sheet language must be specified when style attributes are used.