Using Q1 2010 and IE7. I have a RadTabStrip which is dynamically loaded on Page_Load. Each of the pageviews is created at this time with a user control. One of the user controls has a radSlider, which loads OK. However, when I mouse over one of the tabs, the rad slider just disappears. The slider's div is still there in the page source with the proper dimensions, but the slider is gone. When I change to another tab, it reappears until I mouse over a tab again. This only happens in IE7. The pageviews have already been setup with relative positions, so the slider does move when the pageview is scrolled.
Here is the code for the slider:
The width is set on page_load when the items are loaded.
Here is the code for the slider:
<
telerik:RadSlider
runat
=
"server"
ID
=
"RadSlider1"
Orientation
=
"Horizontal"
EnableAjaxSkinRendering
=
"false"
Skin
=
"WebBlue"
Height
=
"40"
TrackPosition
=
"BottomRight"
ItemType
=
"Item"
EnableServerSideRendering
=
"false"
TrackMouseWheel
=
"False"
>
</
telerik:RadSlider
>
The width is set on page_load when the items are loaded.