| <asp:Button runat="server" ID="hiddenTargetControlForModalPopup" Style="display: none" /> |
| <asp:Panel ID="selectPanel" runat="server" CssClass="popup" Style="display: none"> |
| color:<telerik:RadColorPicker runat="server" ID="colorValue" ShowIcon="true" |
| ShowEmptyColor="false"> |
| </telerik:RadColorPicker> |
| </asp:Panel> |
| <ajaxToolkit:ModalPopupExtender ID="selectModalPopupExtender" runat="server" TargetControlID="hiddenTargetControlForModalPopup" |
| BackgroundCssClass="modalCover" BehaviorID="selectBackgroundPropertyModal" PopupControlID="selectPanel" |
| DropShadow="false"> |
| </ajaxToolkit:ModalPopupExtender> |
| .popup |
| { |
| font-size:11px; |
| background-color:#77235B; |
| padding:10px; |
| color:#FFFFFF; |
| height:500px; |
| width:500px; |
| } |
| .modalCover |
| { |
| filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); |
| opacity: 0.5; |
| Z-INDEX: 100; |
| LEFT: 0px; |
| POSITION: absolute; |
| TOP: 0px; |
| background-color: #ffffff; |
| } |
| <telerik:RadDatePicker ID="radCancellationEffectiveDate" runat="server" Calendar-EnableMultiSelect="false" Calendar-EnableViewSelector="false" Skin="Office2007" Width="110px" > |
| <Calendar Skin="Office2007" UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False" ShowRowHeaders="false" |
| ViewSelectorText="x" ShowOtherMonthsDays="true"> |
| </Calendar> |
| <DateInput DateFormat="MM/dd/yyyy" LabelCssClass="" MaxLength="10" Width="" ValidationGroup="Cancellation"> |
| </DateInput> |
| </telerik:RadDatePicker> |
I have a slider that does not display properly in Firefox, though it displays correctly in Microsoft Internet Explorer.
I took snapshots of the IE and Firefox sliders, but there's no provision for attaching images in the forums, so I'll simulate it in text...
'<' and '>' are the arrows on the ends. === is the thick line to the left, || is the slider indicator, and --- is the clear line to the right of the indictor.
In IE, the slider looks like this:
<===============||--------------------------->
The same renders like this in Firefox:
<====||-------- >
In Firefox, the RadSliderTrack_slideImages <span> element has a width of 98px. In IE, the same element has a width of 200px.
What am I missing? Is there a bug for calculating the slider width for Firefox?
Thanks,
Rod Early

<
telerik:RadMultiPage Runat="server" ID="RadMPItemOrderToPrepare" SelectedIndex="0">
<telerik:RadPageView id="pvFurnitures" runat="server" Height="100%">
<div id="ToolBar" style="top: 1px; width: 100%; background-image: url(<%=PG.Documex.Symo.Core.Web.SymoRequestContext.GetVirtualPath%>Images/toolbarBgH.gif);
background-repeat: repeat-x">
<radTlb:RadToolbar ID="tlbFurnitures" runat="server" Skin="Outlook" AutoPostBack="true"
In javascript, i want to access my toolbar (tlbFurnitures) inside pageview (pvFurnitures). How I can do this ?