Sliderextender not rendering properly in Mozilla

F

foton

Hello, The following renders properly in IE8 but in Mozilla Firefox, when the
page first loads 2 the slider handle appears at the far left and can't be
scrolled. When trying to scroll a textbox briefly appears. A single refresh
of the page corrects the problem. Does anyone know why this happens and/or
have a solution? Thanks.

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="slider.aspx.vb"
Inherits="GB2_slider" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"
TagPrefix="cc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
<script type="text/javascript">

function pageLoad() {
}
</script>




</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server"
EnablePartialRendering="true"/>
<div id="divSlider" runat="server">
<br /><br />Miles Radius (adjust with slider):
<cc1:SliderExtender id="Slider2" runat="server"
Minimum="0.1" Maximum="10" Decimals="1" EnableHandleAnimation="true"
RaiseChangeOnlyOnMouseUp="true" TargetControlID="radius"
BoundControlID="lblSlider2" HandleCssClass="sliderHandle"
Length="350"></cc1:SliderExtender>

<asp:Label ID="lblSlider2" runat="server"
Text="Label"></asp:Label>
<asp:TextBox ID="radius" runat="server" Text="5"
style="height:50px; width:300px;"></asp:TextBox>
</div>
</div>
</form>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top