BatmanIsGay
New Member
This fiddle shows my problem: http://jsfiddle.net/jmTqk/1/ but you need XP to see it. This HTML\[code\]<input id='date1' type="date" />\[/code\]and this CSS\[code\]#date1 { width:6em; border: 1px solid red;}\[/code\]result in a date input field that is too narrow to include the dropdown and spinner buttons on XP. On Ubuntu the css constrains the calendar drop down button to the inside of the date input field. On windows XP it does not. Is there a way to get the spin button and dropdown to respect the extent of the date input on XP?