gopycc / ie7-js

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

Button fontsize not correctly implemented with IE7.js #263

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a page with a <input type="button"> or <input type="submit">
2. create a css with input[type=button] or input[type=submit] and define a 
font-size of 0.92em.
3. apply the css and IE7.js to the page.

What is the expected output? What do you see instead?
The button should show the modified font size.
The button actually shows the default font size.

What version of the product are you using? On what operating system?
IE7.js on windows running IE6

Please provide any additional information below.

Original issue reported on code.google.com by rac...@gmail.com on 23 Jun 2010 at 11:06