Hot topic module of imitating QQ space personal center
$(document).ready(function(){ $(".box ul li:first").addClass("active"); $(".box ul li").hover(function(){ $(this).addClass("active").siblings().removeClass("active"); },function(){ }); });
.box { width:200px; margin:auto; font-size:12px; font-family:"microsoft yahei"; border:1px #eee solid; overflow:hidden; zoom:1; } .box ul { list-style:none; } .box ul li { line-height:27px; } .box ul li h2 { width:150px; float:left; text-indent:8px; } .box ul li font { width:40px; float:right; text-align:right; padding-right:10px; } .box ul li h2 a { font-size:12px; color:#333; text-decoration:none; } .box ul li .show { float:left; padding:5px; line-height:18px; border:1px #d4c5dc solid; background:#faf8fd; display:none; } .box ul li .show a { font-size:12px; color:#666; } .box ul .active .show { display:block; }
<div class="box"> <ul> <li> <div class="mode"><h2><a href="javascript: void (0);">Jobs died</a></h2><font>3029</font></div> <div class="show"><a href="#">Apple company Announced the death of former CEO Steve Jobs at the age of 56</ a></div> </li> <li> <div class="mode"><h2><a href="javascript: void (0);">Fan Bingbing stole the red carpet photo</a></h2><font>3029</font></div> <div class="show"><a href="#">Fan Bingbing stole the limelight at the Busan Film Festival and stunned four audiences by changing their clothes in one second</ a></div> </li> <li> <div class="mode"><h2><a href="javascript: void (0);">Group photo of Xie Na on her honeymoon</a></h2><font>3029</font></div> <div class="show"><a href="#">Xie Na shows "honeymoon photos", and netizens call her "fooled"</ a></div> </li> <li> <div class="mode"><h2><a href="javascript: void (0);">Devil Fish Found in Qingdao</a></h2><font>3029</font></div> <div class="show"><a href="#">Qingdao fishermen catch 520 jin "Devil Fish", which looks like bats</ a></div> </li> <li> <div class="mode"><h2><a href="javascript: void (0);">Global University Rankings</a></h2><font>3029</font></div> <div class="show"><a href="#">Harvard was the first university to lose the top ranking, and Peking University and Tsinghua University were among the top 100</ a></div> </li> </ul> </div>
Related articles
Difference between div and span, relative and absolute, display and visibility CSS Hack of IE8 and other browsers Solution to PNG Transparency in IE6 Gift giving module imitating QQ space personal center Pure CSS perfectly solves the problem of horizontal and vertical centering DIV of pictures The difference between block and inline in display