From eed609f6a878e9d431c20a1c4c985dcf7929fc6c Mon Sep 17 00:00:00 2001 From: un44444444 Date: Wed, 14 Aug 2013 02:47:30 +0800 Subject: [PATCH 1/2] make fssList as high as PAUSE button --- README.md | 2 +- demoStyleSheet.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5da80f..8923a24 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ simplefadeslideshow =================== -jQuery Simple Fade SlideShow v.2.1.0 +jQuery Simple Fade SlideShow v.2.2.0 Simple Fade SlideShow is a very simple and easy to use fade-image slideshow. Its structure is very flexible and you can use it for image and / or content transition. diff --git a/demoStyleSheet.css b/demoStyleSheet.css index 2d6f4bc..1101915 100755 --- a/demoStyleSheet.css +++ b/demoStyleSheet.css @@ -9,7 +9,7 @@ body{font:14px Tahoma, Geneva, sans-serif;} ul#slideshow{list-style:none;border:1px solid #999;padding:2px;margin:auto;margin-top:5%;width:640px;height:480px;overflow:hidden;} p{text-align:center;} -#fssList{list-style:none;width:646px;margin:auto;padding:5px 0 0 45%;} +#fssList{list-style:none;width:646px;margin:auto;padding:5px 0 0 45%;position: absolute;top: 435px;} #fssList li{display:inline;padding-right:10px;} #fssList li a{color:#999;text-decoration:none;} #fssList li.fssActive a{font-weight:bold;color:#333;} From f0c6e84c486d4542ae36ac0bf6682a2d1ff7ee24 Mon Sep 17 00:00:00 2001 From: un44444444 Date: Wed, 14 Aug 2013 02:56:47 +0800 Subject: [PATCH 2/2] a customerized fadeSlideShow() page --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bd18bbe..6530165 100755 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@