Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all,
Vanilla are planning an update to the site on April 24th (next Wednesday). It is a major PHP8 update which is expected to boost performance across the site. The site will be down from 7pm and it is expected to take about an hour to complete. We appreciate your patience during the update.
Thanks all.

Supporting IE6 and IE7

Options
  • 03-04-2014 10:08am
    #1
    Moderators, Education Moderators, Technology & Internet Moderators Posts: 2,588 Mod ✭✭✭✭


    Hey folks,

    I've never built a site to work in IE6 and 7 (I've always just used a universal stylesheet so at least the content is still accessable). I've only ever supported back to IE8.

    I now have a job which requires supporting IE6 & 7.

    Any tips, links to articles, stuff to watch out for, etc would be really appreciated.

    How do you work with IE6?


Comments

  • Registered Users Posts: 63 ✭✭ThrowinShapes


    I haven't had to work with them in quite a while. The best method I can think of is progressive enhancement.
    Get everything working and behaving at a very basic level across browsers. Don't worry too much about the look on older browsers (border radius, transitions etc...) because otherwise you're going to be heaping on resources (including your time) to get everything consistent across all browsers.

    I've found this to be useful as well: https://code.google.com/p/ie7-js/

    From there, you can use feature detection to build on the experience for newer browsers. I like to use custom builds of modernizr. If you're using Grunt, then this: https://github.com/Modernizr/grunt-modernizr goes through your project files to generate a custom version of Modernizr specific to the needs of your project.


  • Posts: 0 [Deleted User]


    http://css3pie.com/ has helped me jazz up IE6/7 before.


Advertisement