rc452860 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

display: inline-block #340

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
> 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

GoogleCodeExporter commented 9 years ago
Sorry, this is more an enhancement, I guess.

Original comment by dom.sche...@gmail.com on 18 Aug 2011 at 7:57