From 9473ea71866e5eae1c0f242c0b88bb786aa4569b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 26 Oct 2012 16:33:19 -0400 Subject: [PATCH] Slider demo: Removed IE6 CSS hack. --- demos/slider/side-scroll.html | 1 - 1 file changed, 1 deletion(-) diff --git a/demos/slider/side-scroll.html b/demos/slider/side-scroll.html index 4ca49b9c2..58188d8f3 100644 --- a/demos/slider/side-scroll.html +++ b/demos/slider/side-scroll.html @@ -14,7 +14,6 @@ .scroll-pane { overflow: auto; width: 99%; float:left; } .scroll-content { width: 2440px; float: left; } .scroll-content-item { width: 100px; height: 100px; float: left; margin: 10px; font-size: 3em; line-height: 96px; text-align: center; } - * html .scroll-content-item { display: inline; } /* IE6 float double margin bug */ .scroll-bar-wrap { clear: left; padding: 0 4px 0 2px; margin: 0 -1px -1px -1px; } .scroll-bar-wrap .ui-slider { background: none; border:0; height: 2em; margin: 0 auto; } .scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; } -- 2.39.5