
html
cs649000207
这个作者很懒,什么都没留下…
展开
-
Ie6下png透明图片解决办法
IE6真是个麻烦的孩子...png这么出彩的图片也显示不好..找了很多方法,最方便的还是用滤镜解决了。 听说ie6能支持8位png,懒得测试了,8位基本没得看- -... height:150px; width:150px; background:url(../images/x.png) !important;/*FF及其他*/ *background-image:none;...原创 2009-07-19 22:02:10 · 102 阅读 · 0 评论 -
IE6下select下拉框覆盖div的问题
测试代码: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/h2009-09-02 20:01:12 · 142 阅读 · 0 评论 -
DIV+CSS浮动层全方位定位
实现DIV的上、下、左、右、中定位,效果: 代码: <html> <head></head> <style type="text/css"> .divStyle{ position:absolute; width:100px; ...2009-09-02 21:09:52 · 178 阅读 · 0 评论