
css
相对静止
这个作者很懒,什么都没留下…
展开
-
CSS实现英文换行的方法
最佳CSS定义换行代码.wrap { table-layout:fixed; word-break: break-all; overflow:hidden; }转载 2014-08-20 10:30:03 · 1529 阅读 · 0 评论 -
css英文单词换行不截断单词
字符换行table,td,th,div { border:1px green solid;}code { font-family:"Courier New", Courier, monospace;}divAll white-space:normal;Wordwrap still occurs in a td element that has its WIDTH转载 2014-08-21 15:14:26 · 21273 阅读 · 0 评论 -
css 方形图片变圆角
border-radius: 100px;原创 2014-09-12 13:14:47 · 1290 阅读 · 0 评论 -
css
/*输入kuan*/input, textarea{ -webkit-border-radius: 3px;/*圆角*/ border: 1px solid #a8a8a8; }翻译 2014-09-26 15:47:41 · 375 阅读 · 0 评论