I am using a JavaScript date selector in an HTML form, and it should appear in the browsed browsers (Firefox 3, Opera 9, Chrome, IE7) but it actually displays bigger in IE 6.
The page I'm talking about here -
Any thoughts?
The date selector is in the width: 100%
table {width: 100%; }
Selector in your screen.css
file.
If you create a table width for the date picker table (with a class = "date"
), or auto
It will look fine in IE6.
Comments
Post a Comment