微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

jQuery初级教程之网站品牌列表效果

本文实例为大家分享了jQuery网站品牌列表效果展示的具体代码,供大家参考,具体内容如下

1.EG2.aspx

rush:xhtml;"> <html xmlns="http://www.w3.org/1999/xhtml"&gt;
<head runat="server">

<div class="Allname">
<a href="#">显示全部地方

2.样式表

rush:css;"> *{margin:0;padding:0;} body {font-size:12px;text-align:center;} a{color:#04D; text-decoration:none;} a:hover{ color:#F50; text-decoration:none;} .Subname{width:600px; margin:0 auto; text-align:center;margin-top:40px;} .Subname ul{list-style:none;} .Subname ul li{display:block; float:left; width:200px; line-height:20px;} .Allname { clear:both; text-align:center;padding-top:10px;} .Allname a { display:block; width:120px; margin:0 auto; line-height:24px; border:1px solid #AAA;} .Allname a span { padding-left:15px; background:url(img/down.gif) no-repeat 0 0;} .promoted a { color:#F50;}

3.效果

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持编程之家。

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐