Displaying 1 result from an estimated 1 matches for "trackwidth".
2005 Dec 08
0
Slider problems in IE6
...that uses the sliders -- specifically, a single 
slider with two handles), which works fine in all versions of Firefox that 
I''ve tested it with.  However, in the above version of IE, it doesn''t work 
at all.  I''ve managed to trace it to the fact that the 
Control.Slider.trackWidth attribute is not being set in IE, but it is 
being set in Firefox.  The track, which I''ve defined as follows:
        <div id=''spend-track'' 
style=''width:350px;background-color:#aaa;height:7px;position:relative;''>
        Comes up with a value fo...