Forums

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

Home Forums CSS Any tips on how to write perfect cross browser CSS?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26288
    jitendra
    Participant

    Any tips on how to write perfect cross browser CSS from starting without needing any CSS hack and Conditional stylesheet for any browser ? What CSS habits can make bulletproof CSS ?

    #64952
    Matt
    Member

    If you want a page to work perfectly in all modern browsers, CSS-Tables are bullet-proof. They’re fully supported in all modern browsers (IE just started supporting them in 8, but with the Google Chrome embeddable engine, IE supports anything WebKit does).

    #64959
    screencat
    Member

    Look at what’s fully supported. http://www.quirksmode.org/css/contents.html
    …and having conditional css-includes for IE is not a bad thing.

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