I have been using dean edwards ie7/8 script. Not sure if it's my implementation or not but sometimes I would experience ie6 issues that weren't quite fixed or required special handling which meant I would be back where I started, caring about ie6. So, I was wondering if ie7/8 is still the go or if some other practice/solution was better.
|
|
Update: I expanded my answer here with a tutorial on my site, which will probably be more helpful than my answer here. Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs Here's how I tackle IE6:
This for IE6, which interprets height as min-height:
This for for everything else:
Incidentally, if you need to isolate IE6 with CSS, that's a good way to do it, as it doesn't support child selectors. |
||||
|
|
Not really an answer, but quite appropriate:
|
|||||||||||||||||||||
|
|
YUI reset and YUI grids have allowed me to keep my sanity when support IE6. IE 6 is an "A-grade" browser, which means that bugs and errors get priority. |
|||
|
|
|
I'm using:
|
|||||
|
|
To be completely honest, I don't really handle IE6-issues much lately. My design-process is simple:
These basic practices have kept me from having to work around IE6 issues a lot over the years. The only issue I still get upset over is IE6's support for PNG24 with Transparency, but IEPNGFix takes care of those - usually without breaking my layouts too. It may be the opinion of a foolish man: |
|||||
|
|
Conditional comments, patience and sometimes ie7-js. |
|||
|
|
|
I agree with the responses that talk about a process involving clean code, conditional comments, keeping ie6 happy but not perfect, etc etc. But it's a very cautious, little by little process which is still, at the heart, quite time consuming when really it's all for one browser. I am reluctant to tick any response as answered because all the responses talk about existing methods I am familiar with. It may be that my question is answered "No" :) because essentially I was after a framework that meant you didn't even have to worry about ie6's nuances, just code in a modern way - something I thought ie7/8's js would do but even just today I realise that min-height isn't being fixed!!. Thanks anyway for the replies - it's helped re-enforce that my approach is still the status quo and I am using my time as efficiently as I can. |
|||||
|
|
I instituted a policy recently with regards to IE6, basically, as long as it does not break the site on IE6, don't spend time on it. I don't think IMHO, that IE6 still has enough use to make it worthwhile for my company to continue spending money fixing small issues with it. Here is a quick sample of data from several of the sites that my company has tracking data on. This is a combination of recent data (today) and some data from about 1 year ago, so there is a higher percentage of IE6 than we actually get now, and even then all but 3% of the hits are to 1 of the 8 sites included in the data.
|
|||||||||||
|
|
I don't think there is ever a standard as to what browser you can or can't ignore. It depends on the organization -- or the audience in the case of your start-up. Any JS you write should "gracefully degrade" but making sure that actually happens requires some artfulness at times. |
|||
|
|
|
There is really just one "fix" for IE-problems which is to help facilitate its suicide. The only way I've discovered to help IE commit suicide is to educate my visitors. This can be done by sniffing the browser and if IE is detected you display a "help upgrade the web" banner. Kind of like GMail does... We're doing this at ra-ajax and stacked (visit the site with any versions of IE) |
|||
|
|
|
Build for firefox first, nuke or downgrade design elements experience tells you IE6 can't handle at the outset, and not spend more time than the client spec warrants TBH experience is the #1 preventative measure for IE6 problems |
|||
|
|
|
|||
|
|
|
|||
|
|
|
I've decided yesterday to not support it anymore. There's a movement starting trying to kill IE 6. Thanks to IE's conditional comments it's easy to show a message for just those users. |
|||
|
|
|
I build it for Chrome, then I optimize for Firefox most of the time its just little things then I go into IE 8 and then I go into IE 7 since most bugs I will have eliminated by then. After IE 7 I take a brief look at Opera and am finished for the day. Who cares about IE 6 anymore? Are you complaining to the Intel manufaturers that the cpu doesn't fit into your comodore? There are technology advancements and I think IE 6 should be killed the best way to do that is to tell the the user he has to upgrade and let the site look like crap thats the only way to force them to switch. Some will eventually ask their children why the internets are broken and then the son will come along install all updates and the mom or dad can be happy again. My answer in short: No more optization at all is how I handle it. |
|||
|
|
|
Confronted with JavaScript bugs in IE6 that give useless error messages, I found the following solutions to be valuable. |
|||
|
|

