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! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Supporting IE6 and IE7

  • 03-04-2014 10:08am
    #1
    Registered Users, Registered Users 2 Posts: 2,588 ✭✭✭


    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, Registered Users 2 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