用了overflow:hidden 会影响 list-style,即当ul 中的li 的overflow 为hidden的时候,list-style不起作用,不显示前面的点、圈等样式,在ul或li内加入样式:list-style-position: inside; 即可
分类:
Web开发 时间:
2016-01-21 13:24:59
收藏:
0 评论:
0 赞:
0 阅读:
300
When I surf the Net, I often see web sites filled with beautiful graphics that strive to capture my attention. Well, they do so for an instant, however I click away when I don‘t immediately find relevant content. The content you add to your web site
分类:
Web开发 时间:
2016-01-21 13:21:57
收藏:
0 评论:
0 赞:
0 阅读:
209
在网页设计过程中,有时候会希望图片垂直居中的情况,而且,需要垂直居中的图片的高度也不确定,这就会给页面的布局带来一定的挑战,本文总结了一些实用方法,需要的朋友可以了解下
分类:
Web开发 时间:
2016-01-21 13:18:03
收藏:
0 评论:
0 赞:
0 阅读:
155
长的引使用blockquote,短的引号使用q,参考文献引用使用cite。在实践中,通常只用到blockquote和q。
根据的HTML规范,有三个元素,用于引用内容,即<blockquote> <q> <cite>。现实中,对这些标签的使用还是
分类:
Web开发 时间:
2016-01-21 13:05:03
收藏:
0 评论:
0 赞:
0 阅读:
127