Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS3 Supported Problem

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #46187
    Anonymous
    Inactive

    Hello everyone, if you want to write site using a css3 technelogy and it will be perfect, but problem is old mobile browsers, that mobiles haven’t support of CSS3, give me advice about this . . . (sorry for my english, I’m beginner in this forum)

    #141841
    birdsong
    Member

    It is all about implementing fallbacks so that when an older browser comes your way, it will still render well. It just won’t use the CSS3 specific styles.

    #141842
    martyd777
    Member

    Try http://css3pie.com/

    css3pie combats many, if not most, of the css3 compatibility issues you may have with older browsers. It works all the way down to ie6. I’m not sure if it’ll work for mobile browsers, but it’s worth a shot.

    #141844
    Anonymous
    Inactive

    Thank’s for your answers, I will try css3pie.

    #141852
    Eric Gregoire
    Participant

    I’m in the same boat at the moment with CSS calc support and some others. I’ve decided on using Modernizr and mimicking the feature with JS. So that’s another option if you want to create your own solutions to limited CSS3 support beyond just the stylistic features.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.