-
如何编写兼容各主流邮箱的HTML邮件。 - 相濡以沫 - CSDNBlog
-
不要写<style>标签、不要写class,所有CSS都用style属性,什么元素需要什么样式就用style写内联的CSS
-
不要在style里面写float、position这些style,因为会被过滤。那么如何实现左右布局或者更复杂的布局呢?用table。
-
-
Safari CSS hack redux | theMechanism, llc.
body { background-color: red; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
body { background-color: blue; }
} -
使IE6 PNG透明 - u2g2000的专栏 - CSDNBlog
使IE6 PNG透明,此方法与一般网上的不同,它没有用div之类的标签代替原来图片的标签,但是需要要道一个小道具,就是1个像素的透明gif做遮罩,原因是避免使图片出现叉叉。。
-
文章段落首字放大CSS代码 | 若只初见
#fp:first-letter {
font-size : 300%;
font-weight : bold;
float : left;
margin-right: 3px;
} -
应用CSS在文章中显示省略号 - 西湖浪子(Jack) - 博客园
容器名 {
width:200px;
white-space:nowrap;
text-overflow:ellipsis;
overflow: hidden;
}
white-space:nowrap 是强制在一行内显示所有文本,不回行。
text-overflow:ellipsis CSS3新增的属性,IE6以上版本支持。
参数:
clip [不显示省略标记(...),而是简单的裁切],
ellipsis [当对象内文本溢出时显示省略标记(...)。
overflow: hidden,让多余文字在ff中隐藏。
1 - 16 of 16
Showing 20▼ items per page
List Comments
(0)
List Info
Sponsored Links
Ads by Google
Hexy Hwang's Public Lists (40)
- 9911
- All about Firefox
- All about Greasemonkey
- Application based on Air
- Coffee
- Copytaste
- Course of Coding
- Course of Photography
- Course of PS/AI
- Course of study
- Diigo lists collections
- Downloading backup
- Drupal
- Good Themes for WP
- Good works in UE
- HotorNot
- Icon Design
- iFire
- Independent designers
- Location Based Service
- Logo DesiGn
- Lyrics
- Mobile Software
- MP3 Backup
- New Profit model
- New staff about 2.0 web
- Online application lists
- Personal Wedding Websites
- Reference for wedding-web
- Report about Wed.la
- SEO
- Software
- Tools for WP
- UE
- UI tools
- Useful open source components
- WatchList
- Web services based on service
- Webs with Good Desigh
- Wedding photo studio
