ie7 is basically dead now. But in case you ever have to deal with it here is a code snippet to make it work with your inline-block elements.
1 2 3 4 5 |
.yourelement { display:inline-block; zoom: 1; *display: inline; } |
Hopefully you won’t ever need to use it but I would be happy to hear from you if you do.