JSFiddle

Tony's public fiddles

  • IE 11 Hover Pseudo Class Problem

    In IE 11, but not other major browsers, when I add the :hover pseudo class to a button element for image swapping, any input or button that occurs later no longer gets the default IE or Windows hover styles. In the example here, the Search button shows the default blue border and background styles when hovered over, but the Cancel button with no styles at all does not get the default border and background colors.

  • IE 11 jQuery UI DatePicker Misalignment

    Only in IE 10 and 11, when adding the calendar image to the jQuery UI DatePicker inside a fieldset where items are displayed using 'display: table-cell', the calendar image is forced to the next line instead of inline with the text box. Chrome, Opera and Firefox all still display the images inline with the textboxes. If 'display: table-cell' is removed from fieldset input, fieldset select, fieldset textarea, it also works correctly in IE, but then the alignment of my controls is thrown off. I want to use table, table-row and table-cell instead of putting the controls in a table.