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;} diff --git a/index.html b/index.html index bd18bbe..6530165 100755 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@