r1909 - trunk/demos/slider
Author: bohdan.ganicky
Date: Fri Jan 30 10:25:09 2009
New Revision: 1909
Modified:
trunk/demos/slider/side-scroll.html
Log:
demos/slider/side-scroll: fixed broken layout on index page on IE6, relates
to #3851
Modified: trunk/demos/slider/side-scroll.html
==============================================================================
--- trunk/demos/slider/side-scroll.html (original)
+++ trunk/demos/slider/side-scroll.html Fri Jan 30 10:25:09 2009
@@ -9,8 +9,8 @@
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
#demo-frame > div.demo { padding: 10px !important; }
- .scroll-pane { overflow: auto; width: 99%; }
- .scroll-content { width: 2440px; }
+ .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; }
@@ -91,8 +91,8 @@
<div class="demo">
-<div class="scroll-pane ui-widget ui-widget-header ui-corner-all
ui-helper-clearfix">
- <div class="scroll-content" class="ui-helper-clearfix">
+<div class="scroll-pane ui-widget ui-widget-header ui-corner-all">
+ <div class="scroll-content">
<div class="scroll-content-item ui-widget-header">1</div>
<div class="scroll-content-item ui-widget-header">2</div>
<div class="scroll-content-item ui-widget-header">3</div>