Chinaunix首页 | 论坛 | 博客
  • 博客访问: 36411
  • 博文数量: 19
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 185
  • 用 户 组: 普通用户
  • 注册时间: 2015-06-08 17:27
文章分类

全部博文(19)

文章存档

2016年(5)

2015年(14)

我的朋友

发布时间:2016-07-05 10:48:03

css3的nth-child(n)的兼容性问题/* standard nth */ul.menu li:nth-child(3){ /* styles for the 3rd LI */}/* IE nth */ul.menu>li + li + li { /* styles for the 3rd LI */}/* alternate, more specific IE nth */ul.menu>li:first-child + li + li { /* styles for the 3rd LI */}参考链.........【阅读全文】

阅读(876) | 评论(0) | 转发(0)

发布时间:2015-07-22 11:06:24

<p style="margin:10px auto;color:#333333;font-family:verdana, Arial, Helvetica, sans-serif;font-size:14px;line-height:25.2000007629395px;white-space:normal;background-color:#FFFFFF;">Demo:<a href="http://jellyandjammy.sinaapp.com/vertical/demo.html" target="_blank">http://jellyandjammy.sinaapp.com.........【阅读全文】

阅读(512) | 评论(0) | 转发(0)

发布时间:2015-06-15 14:28:12

在做商城时,通常要做一列或多列购物列表,本博文实现购物列表中间有间隔,最右边无间隔的效果。点击(此处)折叠或打开<body>    <div class="eg1">        <div class="main"> &.........【阅读全文】

阅读(391) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册