Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion demoStyleSheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="fadeSlideShow.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#slideshow').fadeSlideShow();
jQuery('#slideshow').fadeSlideShow({"PrevElement":"","NextElement":"","interval": 5000});
});
</script>
</head>
Expand Down