网页布局

232 查看

块级元素和行级元素都是盒子模型
1、 行元素变成块元素 display:block
2、 <embed src=”加入swf文件”></embed>
3、 text-aline:center这是水平居中,line-height:10px 字体距离顶部高度
4、wmode=”transparent”可以实现flash透明
5、 background:#fff url(img/指向背景文件) no-repeat 20% 40% 可以实现图片不重复距离左边长度和距离顶部高度 bottom底部
6、 超链接下没有横线 text-decoration:none;
7、 把块状元素显示为内联 display:inline; 鼠标放置上面变颜色a:hover{ color:#000}
8、 <Img src=”插入图片地址” alt=” 如果无法显示图像,浏览器将显示替代文本,”/>
9、Line-height:10px; 字体行高
10、去除无序列表前面的实现点 list-style:none

  1. line-height:10px为行高
    12.background-position:10px属性设置背景图像的起始位置。