学学习网 手机版

学学习网

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

Dreamwear设计常用代码 1-6

设置字体:
----------------------------------
1.控制横向和纵向滚动条的显隐?
<body style="overflow-y:hidden"> 去掉x轴
<body style="overflow-x:hidden"> 去掉y轴
<body scroll="no">不显
-------------------------------------------------------------------------------

 2.表格变色
<TD style="CURSOR: hand">
-------------------------------------------------------------------------------

 3.禁止复制,鼠标拖动选取
<body ondragstart=window.event.returnValue=false oncontextmenu=window.event.returnValue=false onselectstart=event.returnValue=false>
-------------------------------------------------------------------------------

 4.普通iframe页面
<iframe name="name" src="http://www.xuexuexi.com/Web/main.htm" width="450" height="287" scrolling="Auto" frameborder="0"></iframe>
-------------------------------------------------------------------------------

 5.iframe自适应高度
<iframe name="pindex" src="http://www.xuexuexi.com/Web/index.asp" frameborder=false scrolling="auto" width="100%" height="100%" frameborder=no ></iframe>
-------------------------------------------------------------------------------

 6.IE地址栏前换成自己的图标&可以在收藏夹中显示出你的图标
<link rel="Shortcut Icon" href="http://www.xuexuexi.com/Web/favicon.ico">
<link rel="Bookmark" href="http://www.xuexuexi.com/Web/favicon.ico">
-------------------------------------------------------------------------------
----------------------------------
课程列表
重点难点
赞助链接