> What steps will reproduce the problem?
1. Assign some elements the "display: inline-block property"
2. View the page in IE <= v7
> What is the expected output? What do you see instead?
I expect the elements to appear side by side. Instead, they are displayed like
"block" elements.
> What version of the product are you using? On what operating system?
Newest version, Win7.
> Please provide any additional information below.
Problem can be solved by iterating over all "display: inline-block" elements
and replacing that attribute by "display: inline; zoom: 1". Should be
integrated into the script, in my opinion.
Original issue reported on code.google.com by dom.sche...@gmail.com on 18 Aug 2011 at 7:56
Original issue reported on code.google.com by
dom.sche...@gmail.com
on 18 Aug 2011 at 7:56