1.图像阴影
css累积<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
css累积
<html xmlns="http://www.w3.org/1999/xhtml">
css累积
<head>
css累积
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
css累积
<title>Easy Dropshadows</title>

下载:css-图像阴影

2.一个漂亮的css美化表格 下载:css美化表格

3.设置默认字体大小
一般浏览器的默认字号为16px,10像素大约是16像素的62.5%,所以可以在body中设置font:62.5%.以此来把1em设置为10px
}
这样就可以设置其他的布局框的width:xem
}

4.弹性-流体混合布局
使用em设置宽度,使用%设置最大宽度
}
在支持max-width的浏览器上,这个布局将随着字号伸缩,但是绝不会超过窗口的宽度.

5.IE有条件注释
css累积<!-- [if IE]
css累积<style type="text/css">
css累积 @import ("ie.css");
css累积</style>
css累积
-->
css累积
css累积
<!-- [if IE 5] 
css累积<style type="text/css">
css累积 @import ("ie50.css")
css累积</style>
css累积
-->
css累积
css累积
<!-- [if gte IE 5.5000]
css累积<style type="text/css">
css累积 @import ("ie55up.css");
css累积</style>
css累积
-->
css累积
css累积
<!-- [if lt IE 6]
css累积<style type="text/css">
css累积@import ("ie.css");
css累积</style>
css累积
-->

6.IE5带通过滤器
*/

7.IE5.5带通过滤器
*/

8.子选择器招数
IE5-6不支持子选择器,对IE5-6隐藏透明背景,而IE7则会使用透明背景,因为它支持子选则器
}

9.仿蓝色理想的css图片提示框
css累积<!DOCTYPE html public "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
css累积
<html xmlns="http://www.w3.org/1999/xhtml">
css累积 
<head>
css累积  
<title> New Document </title>
css累积    
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
css累积    
<meta name="Author" content="">
css累积    
<meta name="Keywords" content="">
css累积    
<meta name="Description" content="">
下载:css图片提示框

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2021-08-06
  • 2021-08-02
  • 2021-05-16
  • 2021-09-16
  • 2020-05-20
  • 2021-04-08
猜你喜欢
  • 2021-12-15
  • 2021-06-29
  • 2021-06-28
  • 2021-09-27
  • 2022-12-23
  • 2021-10-18
  • 2022-01-12
相关资源
相似解决方案