datepicker - Telerik Date Picker in IE <8 -


i'm using date picker telerik mvc library. appears , works fine in firefox , ie8+ in standards mode.

correct display

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

incorrect display

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:

css rules

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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -