datepicker - Telerik Date Picker in IE <8 -
i'm using date picker telerik mvc library. appears , works fine in firefox , ie8+ in standards mode.

in ie6, ie7, , ie8 in quirks or ie7 standards modes input field displayed, not calendar icon.

i think i've narrowed down problem rendering span contains icon. html span is:
<span class="t-icon t-icon-calendar" title="open calendar">open calendar</span> and css applied span is:
the problem seems span being rendered width , height of 0px, regardless of what's specified in css. why happening, , can fix it?
i've tried setting font-size , line-height 12px, didn't help.
answer update
it turns out styling on span wasn't problem @ all. had styling on input element (float: left) caused span containing image end behind input.
here link forum thread opened on same matter. believe questions answered.
Comments
Post a Comment