004_MTV4
[Code] Hộp music style iphone
on 04/05/2012004_MTV4
loading...
- Code:
<!--Music-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://soft-full.net/music_slide/musicslide.css" type="text/css" />
<script type="text/javascript">
http://jQuery.noConflict();
jQuery(function (){
jQuery(".slide_likebox").hover(function(){
jQuery(".slide_likebox").stop(true, false).animate({right:"0"},"medium");
},function(){
jQuery(".slide_likebox").stop(true, false).animate({right:"-260"},"medium");
},500);
return false;
});
</script>
<div class="slide_likebox"> <div style="color: rgb(255, 255, 255); padding: 110px 8px 5pt 50px;"><div class="FB_Loader"></div><span>
<embed src=http://flash-clocks.com/free-flash-clocks-blog-topics/free-flash-clock-183.swf width=215 height=25 wmode=transparent type=application/x-shockwave-flash></embed>
<object width="215" height="280"> <param name="movie" value="http://www.nhaccuatui.com/l/ZBeORfDipPpb" /" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="allowscriptaccess" value="always" /> <embed src="http://www.nhaccuatui.com/l/ZBeORfDipPpb" /" allowscriptaccess="always" quality="high" wmode="transparent" type="application/x-shockwave-flash" width="215" height="280"></embed></object> </span></div>
</div>
<!--/Music--
demo:
- Code:
http://www.9xstudio.biz/h107-
Chèn vào index body nếu bạn muốn hiện trang chủ
over header nếu bạn muốn hiện toàn bộ
No Comment.