diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-06-26 22:48:12 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-06-26 22:48:12 +0000 |
commit | b45ee9982e64809421da3e21e8cc58a302d237ee (patch) | |
tree | c20c7b37bc176ee89d855330b6564d35c713cc38 /demos/real-world | |
parent | 293883a9fe79c372a5f43da947de43f4f480657d (diff) | |
download | jquery-ui-b45ee9982e64809421da3e21e8cc58a302d237ee.tar.gz jquery-ui-b45ee9982e64809421da3e21e8cc58a302d237ee.zip |
Product slider real-world demo css fix
Diffstat (limited to 'demos/real-world')
-rw-r--r-- | demos/real-world/product-slider/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/real-world/product-slider/index.html b/demos/real-world/product-slider/index.html index b07b68c03..46c838c70 100644 --- a/demos/real-world/product-slider/index.html +++ b/demos/real-world/product-slider/index.html @@ -53,7 +53,7 @@ margin-top: 140px; margin-left: 5px; padding: 1px; - position: relative; + position: absolute; background: url(images/productbrowser_scrollbar_20070622.png) no-repeat; } |