• Resolved altstatten

    (@altstatten)


    Can anyone recommend a good piece of free software that will check a css file for cross-browser compatibility?

Viewing 9 replies - 1 through 9 (of 9 total)
  • rudolf45

    (@rudolf45)

    Never heard of anything like that. It is mainly trial and error – install as many browsers as you can, check your design on different OS platforms.

    Thread Starter altstatten

    (@altstatten)

    It exists. Been alluded to elsewhere in the forum but I don’t have a name for it.

    t0v3

    (@t0v3)

    http://jigsaw.w3.org/css-validator/

    Validate it with that and it will work in all browsers

    Thread Starter altstatten

    (@altstatten)

    Thank you. And they said it couldn’t be done! 🙂

    Pizdin Dim

    (@pizdin_dim)

    “And they said it couldn’t be done”

    Not quite. You asked for a free tool to check “for cross-browser compatibility”, which the w3 validator doesn’t do. It just checks for valid CSS, that’s it. There’s a pretty big difference between the two.

    Rudolf’s right, you’ll have to test manually all the versions you’re willing to support.

    t0v3

    (@t0v3)

    Exactly, it checks for valid css. You obviously miss the whole point of validating. The point is; if it’s valid, it conforms to a standard, and that standard is there so sites work across all platforms. So yes, in a way it does check for cross-browser compatibility.

    rudolf45

    (@rudolf45)

    @tov3,
    BS… you can have a perfectly valid site with perfect CSS and still not displaying as you wanted in all browsers. (Although, have to admit, the chances are better when having a valid code.)

    Pizdin Dim

    (@pizdin_dim)

    “You obviously miss the whole point of validating.”

    Who are you talking to?

    jrawle

    (@jrawle)

    if it’s valid, it conforms to a standard, and that standard is there so sites work across all platforms

    Well, it works across all platforms that conform to the standard. Unfortunately, very many people use Internet Explorer 6 (and to a lesser extent 7) which definitely don’t fall into that category.

    Anyway, there are some ambiguities in the standard, and each browser has its own interpretation. A well-written page will be readable in any browser, but if you want your fancy design to line up correctly to the pixel, you need to test it.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘CSS and Cross-Browser Compatibilty Checks’ is closed to new replies.