想让表格变得半透明:
<STYLE type=text/css>
<!--
table{FILTER: Alpha(opacity=80);}
-->
</STYLE>
括号中的透明数值可以根据需要调整。
背景图片固定在页面角上不动
<style>body {background-attachment: fixed; background-image: url(图象地址); background-repeat: no-repeat; background-position: right bottom}</style>
代码最后background-position还有两个选项:top和left。
可以单独使用,也可以象本例一样组合使用。
top:顶部
bottom:底部
left:左边
right:右边
top left:左上角
top right:右上角
right bottom:右下角
left bottom:左下角
颜色和背景属性
body {background-color:yellow}
h1 {background-color:red}
上面的语句指整个页面的背景色为黄色,h1中的背景色为红色
body {background-image:url(back.jpg)}
P {background-image:none}
上面的语句指页面的背景图片是back.jpg,P中没有背景图片,当然你也可以加入背景图片
body {background:red url(back.jpg);background-repeat:repeat-y}
上面的语句指页面为红色(如果没有背景图片时),而且背景图片垂直排列。
注意:repeat-x指水平排列,repeat-y指垂直排列,no-repeat指不重复。
body {background:red url(back.jpg);background-repeat:repeat-y;background-attachment:scroll}
注意:background-attachment:fixed 表示背景图片永远静止,文字在背景上面"流动"
background-attachment:scroll 表示背景图片随着页面上的文字一起"流动"
body {background:url(back.jpg) right top} /*right top=100% 0% */
body {background:url(back.jpg) top center} /*top center=50% 0% */
body {background:url(back.jpg) center} /*center=50% 50% 指背景图片居中*/
body {background:url(back.jpg) bottom} /* bottom=50% 100% */
评论列表:
我借用一下了
以下为blog主人的回复:
呵呵~
谢谢
以下为blog主人的回复:
没什么,注明下出处就好。
以下为blog主人的回复:
打算怎么用呢?
以下为blog主人的回复:
不知道你说的她是?
你好!
我有问题想问你,你能不能加我的QQ呢?
QQ:327869007(注明图片制作)
谢谢了!
你好!
有关于图片制作的问题想请你帮忙,你能否加我的QQ呢??
QQ:327869007(注明图片制作)
谢谢了!