script type="text/javascript">
$(document).ready( function(){
var buttons = { previous:$('#jslidernews .button-previous') ,
next:$('#jslidernews .button-next') };
$('#jslidernews').lofJSidernews( { interval:5000,
easing:'easeOutBounce', // tên hiệu ứng
duration:1200,
auto:true,
mainWidth:245, //độ rộng của phần trình diễn bên trái
mainHeight:300, //chiều cao của phần trình diễn bên trái
navigatorHeight : 100, //chiều cao của list bài viết bên phải
navigatorWidth : 123, //độ rộng của list bài viết bên phải
maxItemDisplay:3,
buttons:buttons});
});
summaryposts = 0; //số ký tự của nội dung phần mô tả
numposts = 12; //số bài viết hiển thị
label = "2012"; //thay thành tên nhãn của blog bạn
home_page = "http://xphimsg.blogspot.com/"; //thay thành địa chỉ blog của bạn
Post a Comment