I’m using a javascript date selector within a HTML form, and it’s displaying as it should in the browsers I’ve tested in (Firefox 3, Opera 9, Chrome, IE7) but it displays really large in IE6.
Here’s the page I’m talking about – http://marketplace.prettypollution.com/kids-club
Any ideas?
The table that the date selector is in has
width:100%getting applied to it by theselector in your
screen.cssfile.If you make the width of the table for the date picker table (the one with
class="date") some fixed value, orauto, it will look fine in IE6.