Best solution for CSS3 non-compatible users

6 replies
If you were to build a site with CSS3 styled, how would you have configured the coding to look after those users/visitors whose browsers are not compatible with CSS3 (ie, older versions of internet explorer).

Anyone? any solutions?
#css3 #noncompatible #solution #users
  • Profile picture of the author RobKonrad
    You're probably better off in this forum:

    Website Design

    Cheers,
    Rob
    Signature
    ================================================== ===
    This blog is awesome: http://www.robkonrad.com/blog. Read it.
    ================================================== ===
    {{ DiscussionBoard.errors[5216861].message }}
  • Profile picture of the author matt5409
    erm... graceful degradation for IE users, which is automatic as long as you're keeping things simple (for example, rounded corners etc).

    alternative use conditional stylesheets - Google it
    {{ DiscussionBoard.errors[5216868].message }}
    • Profile picture of the author Ed Micah
      Originally Posted by RobKonrad View Post

      You're probably better off in this forum:

      Website Design

      Cheers,
      Rob
      Sure, thanks.

      Originally Posted by matt5409 View Post

      erm... graceful degradation for IE users, which is automatic as long as you're keeping things simple (for example, rounded corners etc).

      alternative use conditional stylesheets - Google it
      I've thought about conditional stylesheets, is that the only solution though?
      {{ DiscussionBoard.errors[5216899].message }}
      • Profile picture of the author matt5409
        Originally Posted by Ed Micah View Post


        I've thought about conditional stylesheets, is that the only solution though?
        I think it's the best solution if you really want a fully compatible website. Personally I don't bother - IE users can do without the bells and whistles
        {{ DiscussionBoard.errors[5216951].message }}
        • Profile picture of the author Ed Micah
          Originally Posted by matt5409 View Post

          I think it's the best solution if you really want a fully compatible website. Personally I don't bother - IE users can do without the bells and whistles
          IE can go die. But then, the majority of internet users still use IE -____-
          {{ DiscussionBoard.errors[5217009].message }}
  • Profile picture of the author Ed Micah
    Should I just screenshot the CSS3 styled sections(corners, shadows, etc), and use the image version in the conditional stylesheet for the IE users?

    So in the end, the outcome would be the same?
    {{ DiscussionBoard.errors[5217065].message }}

Trending Topics