html - Looking for a clean way to handle IE7 Compatibilty for multiple inline-block elements -


i have several occurrences of inline-block elements in webpage. i'm tired of applying

*display: inline; zoom: 1; 

hack on css selectors use blocks. there convenient way fix occurrences on page?

you have 1 big selector applies of them @ once, e.g.

/* inline-block fix older versions of ie */ .foo, .bar, .baz, .gallery > li {     *display: inline;     zoom:1; }  

Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -