diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2008-12-11 17:46:29 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2008-12-11 17:46:29 +0000 |
commit | 4c83fcc777ff52534459aea214a63797e0141391 (patch) | |
tree | 1524df5c5356c63ff5aebbf2d6080cf8c05bad5f /tests/static/slider.html | |
parent | a7dae90eff7c96c052e557befc1e56667f9ab331 (diff) | |
download | jquery-ui-4c83fcc777ff52534459aea214a63797e0141391.tar.gz jquery-ui-4c83fcc777ff52534459aea214a63797e0141391.zip |
updated #3650: noted that inline position style should be removed from range element (ui-slider-range)
ui.slider.css - added position style, fixed range display issues for IE6
ui.core.css - fixed clearfix class to work in IE7, Opera
Diffstat (limited to 'tests/static/slider.html')
-rw-r--r-- | tests/static/slider.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/static/slider.html b/tests/static/slider.html index b0cdb064c..ef3479405 100644 --- a/tests/static/slider.html +++ b/tests/static/slider.html @@ -15,7 +15,7 @@ <div class="ui-slider ui-widget ui-widget-content ui-corner-all"> <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 15%;"></a> <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 30%;"></a> - <div class="ui-slider-range ui-state-default" style="position: absolute; left: 15%; width: 15%;"></div> + <div class="ui-slider-range ui-state-default" style="left: 15%; width: 15%;"></div> </div> @@ -25,7 +25,7 @@ <div class="ui-slider ui-slider-vertical ui-widget ui-widget-content ui-corner-all" style="height: 100px;"> <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="top: 15%;"></a> <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="top: 60%;"></a> - <div class="ui-slider-range ui-state-default" style="position: absolute; top: 15%; height: 45%;"></div> + <div class="ui-slider-range ui-state-default" style="top: 15%; height: 45%;"></div> </div> |