
前端
AT
这个作者很懒,什么都没留下…
展开
-
ul 下拉菜单 css风格
计算所属月 url:"http://58.64.162.104/membersearch/app/search.cfm?action=getTimeDetail&month="+month, dataType: "json", data:{"memberid":memberid,"password":password}, success: function (json){ v转载 2012-01-05 13:52:13 · 1532 阅读 · 0 评论 -
css 3 发光图片按钮
用CSS3实现的发光按钮效果,虽然只能在safari 4和chrome中才能看到最终效果,但我们还是能享受到css3带给我们的美好憧憬。对每一个按钮,所作的只需三件事:定义动画的名字;定义动画的持续时间;定义动画重复次数。1.@-webkit-keyframes greenPulse {2.from { background-col原创 2012-01-28 12:38:01 · 1320 阅读 · 0 评论 -
一个简单的绿色模板 但值得学习~!!! (我写了很好的注释)
http://sc.cinaz.com We offer excellent services: Nu原创 2012-02-01 22:17:38 · 1271 阅读 · 0 评论 -
W3C的页面TD规范 ( 基本格式 )
原创 2012-01-13 19:40:35 · 624 阅读 · 0 评论 -
范例必读 (一)[流体布局-随窗口改变大小]
line-height属性 : 控制行高* {padding:0; margin:0; }index.html:流体布局标题 AA BB CC DD EE FF北京时间2月3日消息,据国外媒体报道,Facebook作为世界上最大的在线社交网络,估值高达1000亿美元,而在它进行首次公开募股(IPO)后原创 2012-02-03 12:41:27 · 515 阅读 · 0 评论 -
css 样式 (一)定义选择器
i{ color:pink;}<!--h1 i{ color:green;}--> h1#sina i{ color:green;} h1#sony i{ color:orange;} .box{ color:red; }.box2{ font-weight:bold;}plogmasssina is greensony is orange原创 2012-02-05 11:45:01 · 472 阅读 · 0 评论 -
范例必读 (二)[简单布局 居中 body 宽度 切图摆放1.0]
index.php: aaaaaaaaa sssssssss style.css:body{ width:600px; margin:0 auto; }#body{ height:500; background:pink;}原创 2012-02-05 14:04:20 · 400 阅读 · 0 评论 -
高雅 div 样式
#container{ margin: 0 auto; align:center; width:300px; border: 1px solid #D0D0D0; -webkit-box-shadow: 0 0 8px #D0D0D0; }原创 2012-02-08 14:32:58 · 396 阅读 · 0 评论 -
范例必读 (三)[table 中 img 自适应 div 大小缩放]
test3 css.css: .container{ margin: 6px;padding:5px; border: 1px solid #D0D0D0; -webkit-box-shadow: 0 0 8px #D0D0D0; background:white; } .box{ w原创 2012-02-14 21:33:23 · 4559 阅读 · 0 评论