IE6 CSS Fixer – inline-block
November 9, 2010
Comments Off on IE6 CSS Fixer – inline-block
Suppose it is unnecessary to explain in details the specifics of the inline-block display value. The main problem with it is that it has no support in older browser versions. IE6 and IE7 have partial support only while FF2 has –moz specific support. Let’s try to use the following to fix the problem…