学学习网 手机版

学学习网

学习路径: 学习首页 > 设计工具 > dreamweaver >

Dreamwear设计常用代码 22-28

设置字体:
----------------------------------
 22.跳转页面代码
<meta http-equiv="refresh" content="5;url=http://www.xuexuexi.com.com">
-------------------------------------------------------------------------------

 23.细线分隔线
<hr noshade size=0 color=#C0C0C0>
-------------------------------------------------------------------------------

 24.网页中的自动换行
<td style="word-break:break-all">就搞定了。
完整的是
style="table-layout: fixed;WORD-BREAK: break-all; WORD-WRAP: break-word"
-------------------------------------------------------------------------------

 25.消除ie6自动出现的图像工具栏,设置 GALLERYIMG属性为false或no .
<IMG SRC="http://www.xuexuexi.com/images/NullPic.gif" HEIGHT="100px" WIDTH="100px" GALLERYIMG="no">
-------------------------------------------------------------------------------

 26.禁止页面正文内容被选取
<body oncontextmenu="return false" ondragstart="return false" onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return
false">
-------------------------------------------------------------------------------

 27.不能点右键,不用CTRL+A,不能复制作!
<body oncontextmenu="window.event.returnValue=false"
onkeypress="window.event.returnValue=false"

onkeyup="window.event.returnValue=false"
ondragstart="window.event.returnValue=false"
onselectstart="event.returnValue=false">
</body>
-------------------------------------------------------------------------------

 28.IE浏览器支持一个 Body 属性 bgproperties,它可以让背景不滚动:
<Body Background="图片文件" bgproperties="fixed">
-------------------------------------------------------------------------------


----------------------------------
课程列表
重点难点
赞助链接