文章分类 -  CSS

摘要:文化频道音乐专题博客尔玛论坛 CSS文件: /*频道链接样式*/.channel { width:350px; margin:12px 0px 0px 175px; height:30px; line-height:30px; text-align:center; }.channel ul { list-style:none; margin:0px;}.channel li { float:lef... 阅读全文
posted @ 2006-05-19 23:59 李振波 阅读(1482) 评论(0) 推荐(0)
摘要:1. position:static|无定位position:static是所有元素定位的默认值, 一般不用注明,除非有需要取消继承的别的定位 example:#div-1 { position:static;} 2. position:relative|相对定位使用position:relative,就需要top,bottom,left,right4个属性来配合,确定元素的位置。如果要让div-... 阅读全文
posted @ 2006-05-19 23:52 李振波 阅读(348) 评论(0) 推荐(0)
摘要:大家都知道连续的英文或数字能是容器被撑大,不能根据容器的大小自动换行,下面是 CSS如何将他们换行的方法! 对于div 1.(IE浏览器)white-space:normal; word-break:break-all;这里前者是遵循标准。 #wrap{white-space:normal; width:200px; }或者#wrap{word-break:break-all;width:20... 阅读全文
posted @ 2006-05-19 23:50 李振波 阅读(354) 评论(0) 推荐(0)
摘要:原文地址:http://frankmanno.com/ideas/css-imagemap-redux/ 1.先说说图像地图是什么? 就是在一张图片上标记出有url的地方,当鼠标滑过的时候,给以像links这样的代码显示的效果。 2.查看实例 Example 1 Example 2 3.方法 这是xhtml: 1. Monitor Here's my 17" Monitor. ... 阅读全文
posted @ 2006-05-19 23:48 李振波 阅读(410) 评论(0) 推荐(0)
摘要:层切换红色绿色蓝色 作者:爆牙齿 阅读全文
posted @ 2006-04-30 23:22 李振波 阅读(918) 评论(0) 推荐(0)