Learn how to use jQuery at the Blog

Futard « visit

  • Added 11 months ago
  • 4 Lines of Code shown
  • 1 Links of Interest
http://futard.net
This is my Source Code and I don't want to show it here
View Source Code only (as overlay)
// That code snippet belongs to Futard - http://futard.net

        $(function(){
            $(".kwicks li").css({padding:"3px",borderWidth:"3px",width:"193px"});
            $(".kwicks").kwicks({max:260,spacing:0});
        });