首页 > Web开发 > 详细

HTML。手打节日效果

时间:2016-09-18 22:08:15      阅读:225      评论:0      收藏:0      [点我收藏+]

布局出该效果

 技术分享

鼠标放上:

 技术分享

要求:鼠标放上的过程中文字位置不移动。

#

提示:字体微软雅黑,文字颜色#333,外边框颜色#e9e9e9,鼠标放上背景色#b3b6bb,鼠标放上边框颜色#F39

<style type="text/css">

。abb{width:100px; height:40px; float:left; textalign:center; vertical-align:middle; lin-height:40px; font-weight:bold;}

.aa:hover{cursor:pointer; backgroung-color:#b3b6bb; color:whiter; border-top:2px solid #F39; height:38px; line-height:36px;}

</style> 

<body>

<div class="abb">春节</div>
<div class="abb">元宵节</div>
<div class="abb">端午节</div>
<div class="abb">中秋节</div>
<div class="abb">国庆节</div>
<div style="clear:both"></div>

</body>

 

 

HTML。手打节日效果

原文:http://www.cnblogs.com/ysdong/p/5883108.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!