cyberjef
01 Jun 2011, 07:48 AM
I'm writing up a new thumbnail viewer and am thinking of using inline-block.
There are a number of ways to get backward compatibility out of old browsers like IE6. What seems to be the current wisdom?
The options would seem to be:
1) Use inline elements like span and style them.
2) A has layout trick like zoom: 1
3) conditional comments written for IE6 and IE7
4) Does Dean Edward's IE8.js fix this?
I haven't used the #2 option and I don't have IE6 available other than running it through browser shots.
Something here:
http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/
Opinions?
J
There are a number of ways to get backward compatibility out of old browsers like IE6. What seems to be the current wisdom?
The options would seem to be:
1) Use inline elements like span and style them.
2) A has layout trick like zoom: 1
3) conditional comments written for IE6 and IE7
4) Does Dean Edward's IE8.js fix this?
I haven't used the #2 option and I don't have IE6 available other than running it through browser shots.
Something here:
http://blog.mozilla.com/webdev/2009/02/20/cross-browser-inline-block/
Opinions?
J