• Using the theme Light Word which can be found HERE, but it is not validating in the CSS Checker. The Problem I am getting is:

    111  	 * html .sidebar-box ul li a, .sidebar-box .recentcomments  	 Property zoom doesn't exist :  1

    Does anyone know what this means and also how it can be fixed?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • It validates just fine on my end. Both in loading my own site onto the theme and just yanking out the CSS and direct inputting it into the CSS validator. Validates both XHTML Transitional and CSS 2.1.

    Which means your problem with validation has either to do with your own CSS adjustments or you’re not using W3C’s website to do the validation (but who else validates CSS and XHTML but W3C?).

    Thread Starter chrislowthian

    (@chrislowthian)

    Validates fine in XHTML but css still get the error.

    I havent made any changes to the css which is strange? and yes using W3C.

    so still have the same error as above.

    ‘zoom’ is a proprietary IE-only property. If you’re using it in your CSS (most commonly to sort out a HasLayout Issue in IE), you could try replacing it with height:50%; or serve it via an IE-specific sheet using a conditional comment.

    Thread Starter chrislowthian

    (@chrislowthian)

    This has now been fixed in the latest skin release.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS Not Validating’ is closed to new replies.