groups

name language licence
Default Usage PHP Other
grid.css PHP Other
WORDPRESS GET URL PHP BSD
custom CSS Other
page PHP Other
slideshow-static PHP Other
searchform PHP Other
quotes PHP Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: Other

slideshow-static

options: view full snippetsend to code collector
<!-- Begin slideshow -->
  <script type="text/javascript">
    $(document).ready(
	  function(){
		$('ul#portfolio').innerfade({
		    speed: 10000,
		    timeout: 8500,
		    type: 'sequence',
		    containerheight: '142px'
		    });
	});
  	</script>
<ul id="portfolio">
<li><img src="<?php bloginfo('template_directory'); ?>/images/slideshow/image1.jpg" alt="<?php bloginfo('name'); ?>" /></li>
<li><img src="<?php bloginfo('template_directory'); ?>/images/slideshow/image1a.jpg" alt="<?php bloginfo('name'); ?>" /></li>
	
(Continues...)