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