书签 分享 收藏 举报 版权申诉 / 11

类型CSS for IE6IE7FF兼容基本方案 XHTML标签应用浅见之初窥JS PHP.docx

  • 文档编号:8826042
  • 上传时间:2023-02-02
  • 格式:DOCX
  • 页数:11
  • 大小:23.67KB

         css:

 .float{float:

left;margin:

5px;/*IE下理解为10px*/display:

inline;/*IE下再理解为5px*/}[有多种途径] 

5,作为外部wrapper[包装]的div不要定死高度,最好还加上overflow:

hidden.以达到高度自适应.

6,手形光标.cursor:

pointer.而hand只适用于IE.

7, DIV浮动IE6/IE7文本产生3象素的BUG

     左边对象浮动,右边采用外补丁的左边距来定位,右边对象内的文本会离左边有3px的间距.

     HTML_CODE:

                                 

                                 

                            

     CSS_CODE

         .box{float:

left;width:

800px;}

         .left{float:

left;width:

50%;}

         .right{width:

50%;}

         *html.left{margin-right:

-3px;}/*补满*/

 

----------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------

 XHTML标签应用浅见

在CSS定义中,a:

hover必须位于a:

link和a:

visited之后,这样才能生效!

在CSS定义中,a:

hover必须位于a:

active之前,这样a:

active才能生效!

1.meta文件头声明

2.http-equiv=”refresh”表示网页要重新下载显示

3.content=”time;URL”time表示秒数,URL网页显示内容

能让插入的元件透明,

letter-spacing:

normal|length 设置文字之间的间隔

取值:

normal :

 默认值。

默认间隔

length :

 由浮点数字和单位标识符组成的长度值,允许为负值

text-transform

 取值:

 none :

 默认值。

无转换发生

 capitalize :

 将每个单词的第一个字母转换成大写,其余无转换发生

 uppercase :

 转换成大写

 lowercase :

 转换成小写

white-space:

nowrap

在元素中禁止文本折行

text-decoration:

none

 取值:

none :

 默认值。

无装饰

blink :

 闪烁

underline :

 下划线

line-through :

 贯穿线

overline :

 上划线

background-attachment:

fixed 设置固定背景

 取值:

   scroll :

 默认值。

背景图像是随对象内容滚动

   fixed :

 背景图像固定

background-position:

position||position  定位背景图像

 取值:

    百分数|由浮点数字和单位标识符组成的长度值。

    top|center|bottom|left|center|right

float

 取值:

none :

 默认值。

对象不飘浮

left :

 文本流向对象的右边

right :

 文本流向对象的左边

浮动对象的display属性将被忽略。

clear:

none|left|right|both

 取值:

none :

 默认值。

允许两边都可以有浮动对象

left :

    不允许左边有浮动对象

right :

 不允许右边有浮动对象

both :

 不允许有浮动对象

Z-index:

-1

能降低元素的优先级,例如在一段文本和图片重合时,将图片放在文本下面

元素可拥有负的z-index属性值。

设置元素的堆叠顺序

Z-index仅能在定位元素上奏效(例如position:

absolute;)

因为绝对定位的框与文档流无关,所以它们可以覆盖页面上的其它元素。

可以通过设置z-index属性来控制这些框的堆放次序。

IE7.0以下的区块会根据文本的长短改变区块的高度,IE7.0和以上的文本会溢出区块框,需要定义

区块的高度来显示,(设置成AUTO会自适应文本长度)

overflow

取值:

visible :

 默认值。

不剪切内容也不添加滚动条。

假如显式声明此默认值,对象将以包含对象的window或frame的尺寸裁切。

并且clip属性设置将失效

auto :

 在必需时对象内容才会被裁切或显示滚动条

hidden :

 不显示超过对象尺寸的内容

scroll :

 总是显示滚动条

如果元素中的内容超出了给定的宽度和高度属性,overflow属性可以确定是否显示滚动条等行为。

overflow:

hidden还能解决IE6区块高度问题

注意:

IE6下默认的字体尺寸大致在12–14px之间,当你定义高度小于这个默认值的div的时候,该层的高度不会小于字体的行高。

所以用height:

1px;来定义了一个div的高度,在IE下显示

的仍然是一个12px左右高度的层。

span包括文本不会换行

style="text-decoration:

none"定义没有下划线的超链接

提示:

仅仅有16种颜色名被W3C的HTML4.0标准所支持。

它们是:

aqua,black,blue,fuchsia,gray,green,lime,maroon,navy,olive,purple,red,silver,teal,white,yellow。

三种背景颜色设置方式,颜色是由红色、绿色、蓝色混合而成。

当所有颜色取相等的值时,灰色就可以被显示出来。

提示:

如果你打算使用背景图片,你需要紧记一下几点:

背景图像是否增加了页面的加载时间。

小贴士:

图像文件不应超过10k。

背景图像是否与页面中的其他图象搭配良好。

背景图像是否与页面中的文字颜色搭配良好。

图像在页面中平铺后,看上去还可以吗?

对文字的注意力被背景图像喧宾夺主了吗?

[gray]色搭black是不错的搭配

应该使用%20来替换单词之间的空格

超链接中加target标签使页面在新窗口中打开

邮件格式

someone@?

cc=someoneelse@&bcc=andsomeoneelse2@&subject=Summer%20Party&body=You%20are%20invited%20to%20a%

20big%20summer%20party!

">发送邮件!

  %20表示单词中的空格

[?

cc=]副本

[&bcc=]密件副本

[?

subject=]主旨

[&body=]内容

假如一个框架有可见边框,用户可以拖动边框来改变它的大小。

为了避免这种情况发生,可以在标签中加入:

noresize="noresize"。

基本的注意事项-有用的提示:

假如一个框架有可见边框,用户可以拖动边框来改变它的大小。

为了避免这种情况发生,可以在标签中加入:

noresize="noresize"。

为不支持框架的浏览器添加标签。</p><p>不能将<body></body>标签与<frameset></frameset>标签同时使用!</p><p>不过,假如你添加包含一段文本的<noframes>标签,就必须将这段文字嵌套于<body></body>标签内。</p><p>bgsoundsrc=”URL” 插入背景音乐,放在<head></head>中</p><p> </p><p>----------------------------------------------------------------------------------------------</p><p>----------------------------------------------------------------------------------------------</p><p>PHP中等号的应用,非常基础,但很重要!</p><p>   首先一个等号:</p><p>是赋值的意思。</p><p>比如$a=1;$a="cctv";</p><p>   接下来,两个等号在一起:</p><p>意思是宽松比较。</p><p>例如a中存有数字3,那么a==3成立,a==3.0也成立。</p><p>   最后是三个等号在一起:</p><p>可不要人为是笔误哦~它的意思是严格比较。</p><p>他要求两者值与数据类型都要相同。</p><p>例如a中存有数字3,那么a==3成立,a==3.0也成立,a===3成立,a===3.0不成立</p><p>。</p><p>运算符号:</p><p>+      加法运算            -      减法运算</p><p>*      乘法运算            /      除法运算</p><p>%      取余数              ++    累加            </p><p>--     累减1                .     把字串相加  </p><p>设定运算</p><p>=        把右边的值代入左边(一定要会)</p><p>+=      把右边的值加到左边</p><p>-=       把右边的值减到左边</p><p>*=       把左边的值乘以右边</p><p>/=       把左边的值除以右边</p><p>.=       把右边的字串加到左边</p><p>位员运算:</p><p>&        且</p><p>|        或</p><p>^        互斥(xor)</p><p><<       向左移位</p><p>>>       向右移位</p><p>~        取1的补数</p><p>逻辑运算:</p><p>  </p><p><         小于                >      大于          </p><p><=        小于等于            >=     大于等于</p><p>!</p><p>=        不等于              &&     而且     </p><p>||        或者                !</p><p>     不</p><p>其他运算符号:</p><p>$        变数符号            </p><p>&        变数的指标(加在变数前)</p><p>@        不显示错误信息(加在函数前)</p><p>->       物件的方法或者属性</p><p>=>       阵列的元素值</p><p>?</p><p>:</p><p>      三元运算</p><p>php中如何用$_GET[]方法获取相同参数第二个值?</p><p>如有play.php?</p><p>id=1&id=2&id=3请问如何获取第二个ID和第三个ID的值呢?</p><p>获取第一个的我知道$a=$_get["id"]关键是第二个和第三个</p><p>ID不变第二个ID不能用ID2替代第三个不能用ID3替代</p><p>1.传递参数页面a.html</p><p><ahref="b.php?</p><p>id=1&id=2&id=3"></p><p>ni</p><p></a></p><p>2.接收参数页面b.php</p><p><?</p><p>php</p><p> $a=$_SERVER['QUERY_STRING'];//id=1&id=2&id=3</p><p> $ids=explode('&',$a);//此函数用来将字符串切割为数组</p><p> echosubstr($ids[0],3)."<br>";</p><p> echosubstr($ids[1],3)."<br>";</p><p> echosubstr($ids[2],3)."<br>";</p><p>?</p><p>></p><p>在B/S[浏览器/服务器]应用程序中,前台与后台的数据交互,都是通过HTML中Form表单完成的。</p><p>Form提供了两种数据传输的方式——get和post。</p><p>虽然它们都是数据的提交方式,但是在实际</p><p>传输时确有很大的不同,并且可能会对数据产生严重的影响。</p><p>虽然为了方便的得到变量值,Web容器已经屏蔽了二者的一些差异,但是了解二者的差异在以后的编程也会很有帮助的。</p><p>Form中的get和post方法,在数据传输过程中分别对应了HTTP协议中的GET和POST方法。</p><p>二者主要区别如下:</p><p>1、Get是用来从服务器上获得数据,而Post是用来向服务器上传递数据。</p><p>2、Get将表单中数据的按照variable=value的形式,添加到action所指向的URL后面,并且两者使用“?</p><p>”连接,而各个变量之间使用“&”连接;Post是将表单中的数据放</p> </div> <div class="page_view" id="pageContainer" oncontextmenu="return false"> <!--end documenttopic--> </div> <div id="outer_page_more" style="margin-bottom:20px;background-color:#FFF; border:solid 1px #ccc; box-shadow:none; "> <div class="inner_page_more" id="page_more" style="width: 920px; overflow:hidden; line-height: 30px;"> <div id="html-reader-go-more" class="banner-wrap more-btn-banner" style="padding: 30px 0px; width: 920px; position:relative;"> <div id="loading" style="text-align:center;width: 920px; padding-bottom:100px; font-size: 18px; line-height:40px;"> <img src="https://static.bdocx.com/images/loading.gif" alt="加载" /><br /> 文档加载中……请稍候!<br /> <a rel="nofollow" href="https://www.bdocx.com/doc/8826042.html" style="color:blue;text-decoration:underline;">如果长时间未打开,您也可以点击刷新试试。</a> </div> <p style="text-align: center; font-size: 18px;"> <span id="ftip">下载文档到电脑,查找使用更方便</span> </p> <!-- <p style="text-align: center; font-size: 14px;"> <b></b><span><b style="color: #ff0000">12</b> 金币</span></p> --> <p style="text-align: center; padding-top: 15px;"> <table style="margin:0px auto;"><tr><td> <a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/8826042.html" class="ui-bz-btn-senior banner-download" style="padding: 5px 35px; font-size: 15px; text-decoration: none"><b style="color: #fff">下载</b></a></td><td>&nbsp;&nbsp; <a rel="nofollow" target="_blank" href="https://www.bdocx.com/UserManage/Recharge.aspx?f=0&d=8826042" class="ui-bz-btn-senior2 banner-download" style="padding: 5px 35px; font-size: 15px; text-decoration: none"><b style="color: #fff">加入VIP,免费下载</b></a></td></tr> </table> </p> <p id="ntip" style="text-align: center; padding-top: 30px;"> <div id="ntip" class="banner-more-btn" style="text-align: center; width: 250px; display:block; margin:20px auto;" onclick="showmorepage()"> <span class="moreBtn goBtn" style="text-align: center"><span>还剩<span id="spanpage"></span>页未读,</span><span class="fc2e">继续阅读</span></span><p class="down-arrow goBtn"></p> </div> </div> </div> </div> <div class="works-manage-box shenshu"> <a rel="nofollow" href="javascript:jubao()" title="举报" class="fLeft works-manage-item works-manage-report"> <span class="inline-block ico "> <img src="https://static.bdocx.com/images/jubao.jpg" alt="举报"></span> <br> 举报</a> <a rel="nofollow" href="https://www.bdocx.com/UserManage/CopyrightAppeal.aspx?bid=8826042" title="版权申诉" class="fLeft works-manage-item works-manage-report" target="_blank" <span class="inline-block ico"> <img src="https://static.bdocx.com/images/bang_tan.gif" width="18" alt="版权申诉"></span> <br> 版权申诉</a> <a rel="nofollow" class="fLeft" style="display:block; padding-top:17px; padding-left:20px;font-size:14px;"> word格式文档无特别注明外均可编辑修改;预览文档经过压缩,下载后原文更清晰! </a> <a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/8826042.html" title="点击进入下载" class="fr hover-none works-manage-download"> <em class="mr5">立即下载</em><span class="download-ico2 ico inline-block vertical-middle"></span></a> <input type="hidden" value="1332" id="tu_id"> </div> <dl class="works-intro gray2 cl pb10" style="border-bottom: none; padding-bottom: 0"> <dt class="fl">配套讲稿:</dt><dd class="fl wordwrap" style="color:#666666"><p>如PPT文件的首页显示<font color="#FF0000">word图标</font>,表示该PPT已包<font color="#FF0000">含配套word讲稿</font>。双击word图标可打开word文档。 </p></dd> <dt class="fl">特殊限制:</dt><dd class="fl wordwrap" style="color:#666666"><p>部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。</p></dd> <dt class="fl">关&nbsp;键&nbsp; 词:</dt><dd class="fl wordwrap"> CSS for IE6IE7FF兼容基本方案 XHTML标签应用浅见之初窥JS PHP IE6IE7FF 兼容 基本 方案 XHTML 标签 应用 浅见 JS </dd> </dl> <div class="works-intro gray2 c666"> <span class=" notice-ico"> <img alt="提示" src="https://static.bdocx.com/images/bang_tan.gif" style="padding-left: 24px; vertical-align: middle"></span>&nbsp; 冰豆网所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。 </div> <!--ta的资源--> <div class="mt10 related-pic-box" id="brandlist" style="height: 450px;"> <div class="works-comment-hd"> 该用户的其他资源 <a rel="nofollow" href="https://www.bdocx.com/user/250.html" class="fr" style="font-size: 12px; font-weight: normal" hidefocus="true" target="_blank">更多&gt;&gt;</a></div> <div id="related-pic-list" class="related-pic-list cl" style="padding-left:12px; padding-right:0px;"> <ul> <li><h3><a href="https://www.bdocx.com/doc/17345823.html" target="_parent" title="广东省普通高中学业水平考试数学科考试大纲Word文档下载推荐.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/7fb87576-ff56-443a-9225-7890fb46010a/aacbb0a881b9424391dc4de757992691.gif' alt="广东省普通高中学业水平考试数学科考试大纲Word文档下载推荐.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 广东省普通高中学业水平考试数学科考试大纲Word文档下载推荐.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/17345824.html" target="_parent" title="计算题测试文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/a418bfbe-a283-4b1e-8d2b-3a2b192dd8e1/be5de0a4d9f74c4d84b324c59e1b133d.gif' alt="计算题测试文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 计算题测试文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/17345826.html" target="_parent" title="会计年终总结范文精选10篇Word文件下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/3e16c5eb-1b63-4fa3-b10f-2a1434f78ab2/cb0dd4bdfefa4c0786b0ea05e0064504.gif' alt="会计年终总结范文精选10篇Word文件下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 会计年终总结范文精选10篇Word文件下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/17345827.html" target="_parent" title="基坑支护及降排水方案Word格式文档下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/a2af7c43-1e13-4fe4-bd06-caa9511bc185/c00b020e090b4e2da70c736b1db1f1f0.gif' alt="基坑支护及降排水方案Word格式文档下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 基坑支护及降排水方案Word格式文档下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/17345828.html" target="_parent" title="古代诗歌鉴赏一剪梅学案Word文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/dad6d65a-e464-433d-87b5-f3996903269e/08154328e4db41d1abfe862e259bbc11.gif' alt="古代诗歌鉴赏一剪梅学案Word文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 古代诗歌鉴赏一剪梅学案Word文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/17345830.html" target="_parent" title="国标舞考级Word文件下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/9fc2fd8a-a907-452b-9de0-6eff34f85ef8/d45f3440a56f4650a6fdee06cf73d2c9.gif' alt="国标舞考级Word文件下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 国标舞考级Word文件下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/17345831.html" target="_parent" title="机电工程质量验收规范是什么Word文档下载推荐.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/3132443f-8bdc-4ffa-97f5-347064b23ada/3d582765ab814ce0abe3b583bc005969.gif' alt="机电工程质量验收规范是什么Word文档下载推荐.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 机电工程质量验收规范是什么Word文档下载推荐.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/17345833.html" target="_parent" title="技术员工作自我评价文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/56404d1c-6a70-4e94-96b0-f79f30929899/61ad5bef82b548a08f618fc3c3c4b042.gif' alt="技术员工作自我评价文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 技术员工作自我评价文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/17345835.html" target="_parent" title="交警支队车棚改造工程施工合同文档格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/d432eb90-abf3-43b4-bb33-43258b11312d/10a123f3058d43f28e1e3789dfceb49f.gif' alt="交警支队车棚改造工程施工合同文档格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 交警支队车棚改造工程施工合同文档格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/17345837.html" target="_parent" title="护士变更注册申请审核表与示范文本Word文档下载推荐.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/c9343281-e2be-4fc8-9bc2-9b6c4768d8a9/27efa72f69894ce081b624f9a6ec9cc0.gif' alt="护士变更注册申请审核表与示范文本Word文档下载推荐.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 护士变更注册申请审核表与示范文本Word文档下载推荐.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/17345851.html" target="_parent" title="最新学校新冠肺炎疫情防控应急预案Word文件下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/83faa747-072d-4f77-968c-fdacf4f16b21/2b96271692f2435ebe2cf4af19bebffe.gif' alt="最新学校新冠肺炎疫情防控应急预案Word文件下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 最新学校新冠肺炎疫情防控应急预案Word文件下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/17345852.html" target="_parent" title="GB50204钢筋规范之欧阳总创编Word格式文档下载.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/d6d81f65-a952-4379-bd2f-031d5dfe848c/a78881a9ed1d42c99ad8ca2388cda3f9.gif' alt="GB50204钢筋规范之欧阳总创编Word格式文档下载.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> GB50204钢筋规范之欧阳总创编Word格式文档下载.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/17345853.html" target="_parent" title="《半期整改措施》Word格式.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/30/2655439a-5fba-456e-9d9f-7a6d585828c2/954f50358086404fb6122f7fb20322be.gif' alt="《半期整改措施》Word格式.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 《半期整改措施》Word格式.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244182.html" target="_parent" title="诊断 症状学腰背痛关节痛汇总.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/759c15a2-f71a-4916-9b63-c10139e0c1b2/aade270d03b94cfab596defec5625c34.gif' alt="诊断 症状学腰背痛关节痛汇总.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 诊断 症状学腰背痛关节痛汇总.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244183.html" target="_parent" title="英美文学欣赏The Analysis of Shelleys Ode to the West Wind.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/f9640a4e-b42f-4390-a942-ab9e3025da76/dff89828e8b44ab4b7cc300a1d1a1222.gif' alt="英美文学欣赏The Analysis of Shelleys Ode to the West Wind.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 英美文学欣赏The Analysis of Shelleys Ode to the West Wind.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244184.html" target="_parent" title="增值税营改增所得税消费税车购税测试题.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/e0867ec9-11df-4981-8338-993eadb9887f/e08c3e337af04298aff8d43993623dd0.gif' alt="增值税营改增所得税消费税车购税测试题.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 增值税营改增所得税消费税车购税测试题.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244185.html" target="_parent" title="整理二级建造师管理真题.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/454760a5-90f2-4aaa-9702-41561abf38d1/03f16d0013194032a7512cb749406cc3.gif' alt="整理二级建造师管理真题.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 整理二级建造师管理真题.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244186.html" target="_parent" title="英语三级重点高频词汇导入背单词APP使用.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/98e6c0e7-851f-4315-b028-42c31e9db0f8/106f501ebadc47949332bde8786ded7e.gif' alt="英语三级重点高频词汇导入背单词APP使用.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 英语三级重点高频词汇导入背单词APP使用.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244187.html" target="_parent" title="浙教版学年九年级数学上册第2章测试题及答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/67aa4de6-c3cd-4b88-b2c3-82c2ca18a9d4/03e9f9a3dff348318b543163bd8ff1d6.gif' alt="浙教版学年九年级数学上册第2章测试题及答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 浙教版学年九年级数学上册第2章测试题及答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244188.html" target="_parent" title="证件照教学设计方案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/0fc6bc0c-9f36-4e1f-b58d-f5ef7f888729/1d7ab23bc3f046cbb30642a90c35a3dd.gif' alt="证件照教学设计方案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 证件照教学设计方案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244189.html" target="_parent" title="优品课件之《从锁国走向开国的日本》教案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/7e3b6ce9-6602-4aaa-9f9b-0717fa415421/41a1d75c4f234479a0f09931d7789c57.gif' alt="优品课件之《从锁国走向开国的日本》教案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 优品课件之《从锁国走向开国的日本》教案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244190.html" target="_parent" title="整理北京交通大学万用表组装实验报告.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/a92163fa-fa15-4fb0-81c3-f53b30b6a67f/1896285d6f384d7fb967b6b0e6dad70f.gif' alt="整理北京交通大学万用表组装实验报告.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 整理北京交通大学万用表组装实验报告.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244191.html" target="_parent" title="质量管理计划.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/7378d871-e754-42d7-be57-43b2ab1fd6c3/0956cba55bed49149179870baa1f5301.gif' alt="质量管理计划.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 质量管理计划.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244192.html" target="_parent" title="有机化学鉴别.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/53ad1198-0f9b-4002-bc66-8ebce5da896d/d29bcbc2ca7c4b00972a7a6476863629.gif' alt="有机化学鉴别.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 有机化学鉴别.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244193.html" target="_parent" title="整理照明灯饰灯具行业分类英语词汇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/f0afe493-53e6-49eb-9974-3ebf0086f3a2/bb4eabcdb63344758fdb733dcb0008bf.gif' alt="整理照明灯饰灯具行业分类英语词汇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 整理照明灯饰灯具行业分类英语词汇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244194.html" target="_parent" title="濉溪县城市总体规划公示.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/19420656-903a-448a-adc3-d4d6a7415b36/0c567842e794465d9c1f330961b7403a.gif' alt="濉溪县城市总体规划公示.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 濉溪县城市总体规划公示.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244195.html" target="_parent" title="智能化工程质量验收记录表.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/d60f42a3-ed3c-4c48-99ce-d38740ea0780/d331162695cc43e7bf2ac0bf5aef69a9.gif' alt="智能化工程质量验收记录表.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 智能化工程质量验收记录表.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244196.html" target="_parent" title="学生会纪检部工作总结.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/2e37581e-c922-430d-9592-87e9e28fbe9a/059f0aeeecf441b093e4240c1438d3d7.gif' alt="学生会纪检部工作总结.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 学生会纪检部工作总结.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244197.html" target="_parent" title="幼儿园保教主任发言稿.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/83268ba2-95b9-496f-9061-1c77cd5ca37c/75221788deb3469891f38ed30c00320f.gif' alt="幼儿园保教主任发言稿.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 幼儿园保教主任发言稿.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244198.html" target="_parent" title="跆拳道协会工作总结.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/a3694d96-0d3a-46f9-ac48-32ed7ec8b1cc/97890b4838ac4a1fbc98587fa2e06213.gif' alt="跆拳道协会工作总结.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 跆拳道协会工作总结.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244199.html" target="_parent" title="中国茶叶店连锁市场竞争分析与竞争战略研究报告.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/6065de56-322e-4494-9400-a93dcef4e734/0cec648398e24e69bc3a3ef39ee5de11.gif' alt="中国茶叶店连锁市场竞争分析与竞争战略研究报告.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 中国茶叶店连锁市场竞争分析与竞争战略研究报告.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/3244200.html" target="_parent" title="学宪法讲宪法主题演讲稿800字精选5篇弘扬宪法精神演讲稿5篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-11/20/14b8a3ae-43a5-4a5f-afb8-37a5fade580c/24ebc54b4f5d4233ae0aa8db488dfe6d.gif' alt="学宪法讲宪法主题演讲稿800字精选5篇弘扬宪法精神演讲稿5篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 学宪法讲宪法主题演讲稿800字精选5篇弘扬宪法精神演讲稿5篇.docx </a></h3></li> </ul> </div> </div> <div class="mt10 related-pic-box" id="Div1" style="height: 450px; overflow:hidden;"> <div class="works-comment-hd"> 猜你喜欢 </div> <div id="related-pic-list" class="related-pic-list cl" style="padding-left:12px; padding-right:0px;"> <ul> <li><h3><a href="https://www.bdocx.com/doc/5523500.html" target="_parent" title="C语言程序设计实验指导书课后答案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/f4328db9-8a17-43ff-b7ba-c1b5a472b9e8/0e20c506cf8347a19c2c8034f40092f2.gif' alt="C语言程序设计实验指导书课后答案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> C语言程序设计实验指导书课后答案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523501.html" target="_parent" title="排球裁判工作心得体会精选7篇排球裁判心得体会.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/6df70db1-7921-4a74-8e87-91a330614284/1ce751f27b354043908f85ab97d8d52a.gif' alt="排球裁判工作心得体会精选7篇排球裁判心得体会.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 排球裁判工作心得体会精选7篇排球裁判心得体会.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523502.html" target="_parent" title="青春主题的演讲稿1000字5篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/cc7cc6f8-8cbb-4a72-84f7-45ee98613683/21d642cb879544fd8b8824aa16089d39.gif' alt="青春主题的演讲稿1000字5篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 青春主题的演讲稿1000字5篇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523503.html" target="_parent" title="财务会计制度.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/a682d0dd-0d67-4c5e-ba93-977b2d62cda0/99379a62ad314ebdb70829f852a70834.gif' alt="财务会计制度.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 财务会计制度.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523504.html" target="_parent" title="万科案例分析总结.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/9732006b-8312-4c0a-841c-621166664295/bc6499a9e4b1416cb70aab9985e898c1.gif' alt="万科案例分析总结.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 万科案例分析总结.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523505.html" target="_parent" title="大班集体活动教案大全.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/604bc46d-bbb1-445e-8ce3-f3c730f91064/86c8537fba104e4a8e06eb097ccb2f7a.gif' alt="大班集体活动教案大全.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 大班集体活动教案大全.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523506.html" target="_parent" title="能源环保工作总结.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/4f1dd902-d9ed-4e0c-bc72-87fbdd4dbc92/55d17c9d38094b8487d9985b917fd236.gif' alt="能源环保工作总结.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 能源环保工作总结.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523507.html" target="_parent" title="地下室外墙模板内支撑体系施工工法华西十二.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/5340eff9-f378-4b0e-841b-fdd53d361a57/3188031b62e1478e90e2917262178400.gif' alt="地下室外墙模板内支撑体系施工工法华西十二.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 地下室外墙模板内支撑体系施工工法华西十二.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523508.html" target="_parent" title="安慰心情不好的句子大全.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/2ee9d452-8540-4e2b-8735-53acec274aff/e119f9a0e44d47b3943ac8a3b47d3325.gif' alt="安慰心情不好的句子大全.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 安慰心情不好的句子大全.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523509.html" target="_parent" title="农村低保申请书集锦15篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/f0d1ee2a-ed13-4c6d-8fd7-507ee96d100a/ba2aaaf3a5134bf19beddd0036da8afe.gif' alt="农村低保申请书集锦15篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 农村低保申请书集锦15篇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523510.html" target="_parent" title="厨师的个人工作总结范文.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/30cf7f6e-2588-4d2e-8718-5ac3afd9d68a/3a73094dd68144f7abf80e777555e4b1.gif' alt="厨师的个人工作总结范文.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 厨师的个人工作总结范文.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523511.html" target="_parent" title="暴雨的心情说说精选.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/18b67fbc-ad46-4283-9b69-07af09cec1b4/8041bd58e89e4a8f81a125a26fe39638.gif' alt="暴雨的心情说说精选.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 暴雨的心情说说精选.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523512.html" target="_parent" title="山水湖滨别墅策划案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/7d7b930b-44c7-4322-8881-3a93b081bf51/d5d81c815ca84fde856c21b9ab2bc926.gif' alt="山水湖滨别墅策划案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 山水湖滨别墅策划案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523513.html" target="_parent" title="文言文名言警句.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/dd5bab1c-f541-419d-9d5d-3fd764041f36/670828a6a3104c8d89427baae8110337.gif' alt="文言文名言警句.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 文言文名言警句.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523514.html" target="_parent" title="农村低压电力网的基本技术要求.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/b11e8e03-0ef6-414c-81b6-67f350a80b52/2e1be77bb1724263a04bcb8db0697273.gif' alt="农村低压电力网的基本技术要求.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 农村低压电力网的基本技术要求.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523515.html" target="_parent" title="测量员实习报告5篇.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/14bdf301-c264-489f-930b-9505e440db9e/8eaf305c9b5245a8991c5c9a68932012.gif' alt="测量员实习报告5篇.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 测量员实习报告5篇.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523516.html" target="_parent" title="达沃斯论坛.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/5da8ef1e-402c-454e-aed4-1e203af7095c/d1a99dcb576b4116a21a1b895c487d44.gif' alt="达沃斯论坛.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 达沃斯论坛.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523517.html" target="_parent" title="旅游景区应急救援预案.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/ff981d47-9050-4098-baac-a2ff83c1aa5e/bae6e2ad5c644aa184c54e8586d5aa2e.gif' alt="旅游景区应急救援预案.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 旅游景区应急救援预案.docx </a></h3></li> <li><h3><a href="https://www.bdocx.com/doc/5523518.html" target="_parent" title="设备预防性维修管理技术.docx"> <img class="lazys" data-original='https://file1.bdocx.com/fileroot1/2022-12/18/8dc40fc8-3c51-4fec-98dc-a691d4a57eb9/f39e023f7a664b18bea618b935a3603f.gif' alt="设备预防性维修管理技术.docx" src="https://static.bdocx.com/images/filetype/d_word.png"> 设备预防性维修管理技术.docx </a></h3></li> </ul> </div> </div> <div class="mt10 works-comment"> <div class="works-comment-hd"> <span class="font-tahoma">关于本文</div> <div style="line-height: 25px; padding: 10px 20px;"> 本文标题:CSS for IE6IE7FF兼容基本方案 XHTML标签应用浅见之初窥JS PHP.docx<br /> 链接地址:<a rel="nofollow" href="https://www.bdocx.com/doc/8826042.html">https://www.bdocx.com/doc/8826042.html</a><br /> </div> </div> </div> <div class="boxright" id="boxright" > <div class="fr detail-aside" id="Div11" style="width:290px;"> <div class="box hot-keywords mt10" id="relatebox"> <div class="boxHd" style="padding-bottom: 0px;"> <em></em><span>相关资源</span> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=CSS+for+IE6IE7FF%e5%85%bc%e5%ae%b9%e5%9f%ba%e6%9c%ac%e6%96%b9%e6%a1%88+XHTML%e6%a0%87%e7%ad%be%e5%ba%94%e7%94%a8%e6%b5%85%e8%a7%81%e4%b9%8b%e5%88%9d%e7%aa%a5JS+PHP.docx');" >更多</a> </div> <div id="author-works-list" class="author-works-list bgF"> <ul> <li><img alt="IE的应用论文.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/24977729.html" title="IE的应用论文.docx">IE的应用论文.docx</a> </li><li><img alt="IE的应用论文.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/28315798.html" title="IE的应用论文.docx">IE的应用论文.docx</a> </li><li><img alt="IE应用IE技术提高生产效率GB.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/9088829.html" title="IE应用IE技术提高生产效率GB.docx">IE应用IE技术提高生产效率GB.docx</a> </li><li><img alt="IE工业工程IE技巧与应用文档.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/9214206.html" title="IE工业工程IE技巧与应用文档.docx">IE工业工程IE技巧与应用文档.docx</a> </li><li><img alt="IE应用IE技术提高生产效率GB.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/29098851.html" title="IE应用IE技术提高生产效率GB.docx">IE应用IE技术提高生产效率GB.docx</a> </li><li><img alt="IE技巧与应用.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/3033605.html" title="IE技巧与应用.docx">IE技巧与应用.docx</a> </li><li><img alt="IE技巧与应用.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/3780276.html" title="IE技巧与应用.docx">IE技巧与应用.docx</a> </li><li><img alt="IE应用技术.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/10983062.html" title="IE应用技术.docx">IE应用技术.docx</a> </li><li><img alt="IE技巧与应用.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/26073938.html" title="IE技巧与应用.docx">IE技巧与应用.docx</a> </li><li><img alt="IE应用IE技术提高生产效率GBWord文件下载.docx" class="docx" src="/Images/s.gif" /><a target="_parent" href="https://www.bdocx.com/doc/22224946.html" title="IE应用IE技术提高生产效率GBWord文件下载.docx">IE应用IE技术提高生产效率GBWord文件下载.docx</a> </li></div> </ul> </div> <div class="box hot-keywords mt10" id="box3" style="overflow: hidden;width: 288px; border:solid 1px #dedede;"> <div class="boxHd" style="border: none;padding-bottom: 0px;"> <em></em><span>相关搜索</span> </div> <input name="ctl00$Content$hiddenCategoryID" type="hidden" id="Content_hiddenCategoryID" value="159" /> <div class="hot-keywords-list"> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=CSS');" class="tag-item ico" title="CSS" hidefocus="true"><span class="ico"><em> CSS</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=for');" class="tag-item ico" title="for" hidefocus="true"><span class="ico"><em> for</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=IE6IE7FF%e5%85%bc%e5%ae%b9%e5%9f%ba%e6%9c%ac%e6%96%b9%e6%a1%88');" class="tag-item ico" title="IE6IE7FF兼容基本方案" hidefocus="true"><span class="ico"><em> IE6IE7FF兼容基本方案</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=XHTML%e6%a0%87%e7%ad%be%e5%ba%94%e7%94%a8%e6%b5%85%e8%a7%81%e4%b9%8b%e5%88%9d%e7%aa%a5JS');" class="tag-item ico" title="XHTML标签应用浅见之初窥JS" hidefocus="true"><span class="ico"><em> XHTML标签应用浅见之初窥JS</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=PHP');" class="tag-item ico" title="PHP" hidefocus="true"><span class="ico"><em> PHP</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=IE6IE7FF');" class="tag-item ico" title="IE6IE7FF" hidefocus="true"><span class="ico"><em> IE6IE7FF</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%85%bc%e5%ae%b9');" class="tag-item ico" title="兼容" hidefocus="true"><span class="ico"><em> 兼容</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%9f%ba%e6%9c%ac');" class="tag-item ico" title="基本" hidefocus="true"><span class="ico"><em> 基本</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e6%96%b9%e6%a1%88');" class="tag-item ico" title="方案" hidefocus="true"><span class="ico"><em> 方案</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=XHTML');" class="tag-item ico" title="XHTML" hidefocus="true"><span class="ico"><em> XHTML</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e6%a0%87%e7%ad%be');" class="tag-item ico" title="标签" hidefocus="true"><span class="ico"><em> 标签</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e5%ba%94%e7%94%a8');" class="tag-item ico" title="应用" hidefocus="true"><span class="ico"><em> 应用</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=%e6%b5%85%e8%a7%81');" class="tag-item ico" title="浅见" hidefocus="true"><span class="ico"><em> 浅见</em></span></a> <a rel="nofollow" href="javascript:;" onclick="window.open('https://www.bdocx.com/search.html?q=JS');" class="tag-item ico" title="JS" hidefocus="true"><span class="ico"><em> JS</em></span></a> </div> </div> <div class="job-recommend mt10"> <h3 class="job-title"><svg t="1586228347294" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="7996" width="20" height="20"><path d="M870 154c-13.1-13.1-30.4-21.8-49.8-24L527.8 97.5c-25.2-2.8-50.3 6-68.3 24l-326 326c-48.7 48.7-48.7 128.5 0 177.2l265.8 265.8c48.7 48.7 128.5 48.7 177.2 0l326-326c17.9-17.9 26.8-43.1 24-68.3L894 203.8c-2.2-19.4-10.9-36.8-24-49.8z m3.2 381.1l-326 326c-15.7 15.7-36.8 24.4-59.3 24.4s-43.5-8.7-59.3-24.4L162.9 595.3c-15.7-15.7-24.4-36.8-24.4-59.3s8.7-43.5 24.4-59.2l326-326c7.9-7.9 18.5-12.3 29.7-12.3 1.5 0 3.1 0.1 4.6 0.3l292.4 32.5c9.6 1.1 18.2 5.2 25 12 6.8 6.8 11 15.5 12.1 25.1l32.5 292.3c1.5 12.8-2.9 25.3-12 34.4z" p-id="7997" fill="#a2dbf8"></path><path d="M723.3 217.7c-45.8 0-83 37.2-83 83s37.2 83 83 83 83-37.2 83-83c0-45.9-37.1-83-83-83z m0 124.5c-22.9 0-41.5-18.6-41.5-41.5s18.6-41.5 41.5-41.5 41.5 18.6 41.5 41.5-18.6 41.5-41.5 41.5z" p-id="7998" fill="#a2dbf8"></path></svg> <a href="https://www.bdocx.com/marks.html">文档标签</a></h3> <div class="job-recommend-area"> <ul class="taglist--inline multi"> <li class="tagPopup"><a class="tag tag0" href="https://www.bdocx.com/mark/ieyingyonglunwen.html" target="_blank">IE应用论文</a></li> </ul> </div> </div> <div class="job-recommend"> <h3 class="job-title"><svg t="1586228347294" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="https://www.w3.org/2000/svg" p-id="7996" width="20" height="20"><path d="M870 154c-13.1-13.1-30.4-21.8-49.8-24L527.8 97.5c-25.2-2.8-50.3 6-68.3 24l-326 326c-48.7 48.7-48.7 128.5 0 177.2l265.8 265.8c48.7 48.7 128.5 48.7 177.2 0l326-326c17.9-17.9 26.8-43.1 24-68.3L894 203.8c-2.2-19.4-10.9-36.8-24-49.8z m3.2 381.1l-326 326c-15.7 15.7-36.8 24.4-59.3 24.4s-43.5-8.7-59.3-24.4L162.9 595.3c-15.7-15.7-24.4-36.8-24.4-59.3s8.7-43.5 24.4-59.2l326-326c7.9-7.9 18.5-12.3 29.7-12.3 1.5 0 3.1 0.1 4.6 0.3l292.4 32.5c9.6 1.1 18.2 5.2 25 12 6.8 6.8 11 15.5 12.1 25.1l32.5 292.3c1.5 12.8-2.9 25.3-12 34.4z" p-id="7997" fill="#ea986c"></path><path d="M723.3 217.7c-45.8 0-83 37.2-83 83s37.2 83 83 83 83-37.2 83-83c0-45.9-37.1-83-83-83z m0 124.5c-22.9 0-41.5-18.6-41.5-41.5s18.6-41.5 41.5-41.5 41.5 18.6 41.5 41.5-18.6 41.5-41.5 41.5z" p-id="7998" fill="#ea986c"></path></svg> 热门标签</h3> <div class="job-recommend-area"> <ul class="taglist--inline multi"> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bdocx.com/mark/20niangaoxiaogong.html">20年高校工</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bdocx.com/mark/wenyiwengaodinghehuorenlushi.html">文一文搞定合伙人律师</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bdocx.com/mark/huanjingchuangshepingbihuodong.html">环境创设评比活动</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bdocx.com/mark/yingyujianglaiwancheng.html">英语将来完成</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bdocx.com/mark/shouhoukefugeren.html">售后客服个人</a></li> <li class="tagPopup"><a target="_parent" class="tag tag1" href="https://www.bdocx.com/mark/jingbianshashijiagongsheji.html">精编砂石加工设计</a></li> <li class="tagPopup"><a target="_parent" class="tag tag2" href="https://www.bdocx.com/mark/jiegaokaohuaxueelunfuxitixingtexunjingbian40tihuaxueshiyanjichudaanjiexigaokaohuaxue.html">届高考化学二轮复习题型特训精编40题化学实验基础答案+解析高考化学</a></li> <li class="tagPopup"><a target="_parent" class="tag tag3" href="https://www.bdocx.com/mark/jiudianwaipaigongchengshigongfangan.html">酒店外排工程施工方案</a></li> <li class="tagPopup"><a target="_parent" class="tag tag4" href="https://www.bdocx.com/mark/huanledeyuandanlianhuanhuilianhuanhuizuowen350zichuyijishihuanleyuandan.html">欢乐的元旦联欢会联欢会作文350字初一记事欢乐元旦</a></li> <li class="tagPopup"><a target="_parent" class="tag tag0" href="https://www.bdocx.com/mark/huwaidaohangrumenjingtong.html">户外导航入门精通</a></li> </ul> </div> </div> </div> </div> </div> </div> <script src="https://static.bdocx.com/js/artDialog-5.0.3/artDialog.min.js"></script> </div> <div class="tempdiv cssnone" style="line-height:0px;height:0px; overflow:hidden;"> </div> <script> var doctitle = "CSS for IE6IE7FF兼容基本方案 XHTML标签应用浅见之初窥JS PHP.docx"; Encoder.EncodeType = "entity"; var nodecode = '0002000007'; var adhtml = ""; var adarray = Encoder.htmlDecode(adhtml); initWidth(); var product_id = "8826042"; var product_code = "8826042"; var mtp = 11; var fCount = 11; var stp = 1; var lmt = 11; var ForceFreepage = parseInt('20'); if(lmt > ForceFreepage)lmt = ForceFreepage; var mhs = 595 * 841; var mhi = new Array("342774"); var mhls = new Array("0"); var mfvs = new Array("0"); var sw = 595; var sh = 841; var IsDealSwfSize = sw > 0; var minwidth=920; var BookMarkPage = parseInt('1'); var adpagecount = parseInt("2"); var defaultShowPage =parseInt( "5"); var defaultShowPage2 =defaultShowPage; var leftfilecount = fCount - defaultShowPage; if(leftfilecount<0)leftfilecount=0; var scorename = "金币"; var LimitText = '12'; var LimitButtonText = '现在购买'; var DocScoreDownLoad = parseFloat('12'); var ReadLimitDays = "365"; var bookrelArray = ""; var url_root = "https://www.bdocx.com/"; var goumaiico = 'images/xiazai_1.gif'; var lmtext = ''; lmtext = '<div class="inner_page_more" id="page_more" style="width:930px; height:260px; line-height:30px;">' +'<div id="html-reader-go-more" class="banner-wrap more-btn-banner" style="padding-top:40px; width:930px;">' +'<p style="text-align:center;font-size:18px;">亲,很抱歉,此页已超出免费预览范围啦!<br/>您可以免费下载此资源,请下载查看!</p><p style="text-align:center;font-size:14px;">' +'<b></b><span><b style="color:#ff0000">12</b> 金币</span>' +'</p><p style="text-align:center; padding-top:30px;">' +'<a target="_parent" rel="nofollow" href="https://www.bdocx.com/down/8826042.html" class="ui-bz-btn-senior banner-download" style="padding:5px 35px; font-size:15px; text-decoration:none">' +'<b style="color:#fff">下载到本地</b></a>' +'</p></div></div> '; var curtotalpage = defaultShowPage; function showmorepage() { var from = curtotalpage+1; var leftcount = ((mtp - curtotalpage)<defaultShowPage?mtp:(curtotalpage+defaultShowPage)); for (var i = from; i <=leftcount; i++) { Viewer._Addpage(i); curtotalpage+=1; } leftfilecount = mtp - (curtotalpage); Viewer._dfsp=curtotalpage; if(from<leftcount) { Viewer.InitAD_left(from,leftcount); showAd(); } if(leftfilecount<=0) { if("#ftip")$("#ftip").text("最后一页预览完了!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } var st = ($(this).scrollTop()); $(this).scrollTop(st +1); $("#spanpage").text(fCount-curtotalpage); } function showmoretopage(to) { var from = curtotalpage+1; var leftcount = ((mtp - curtotalpage)<defaultShowPage?mtp:(curtotalpage+defaultShowPage)); if(to > leftcount)leftcount=to; for (var i = from; i <=leftcount; i++) { Viewer._Addpage(i); curtotalpage+=1; } leftfilecount = mtp - (curtotalpage); Viewer._dfsp=curtotalpage; if(from<leftcount) { Viewer.InitAD_left(from,leftcount); showAd(); } if(leftfilecount<=0) { if("#ftip")$("#ftip").text("最后一页预览完了!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } $("#spanpage").text(fCount-curtotalpage); } function adss() {var st = ($(this).scrollTop())-2; $(this).scrollTop(st);} function showAd() { $(".addivp").each(function(){ var adindex = ($(this).attr("link")); var adid = ($(this).attr("id")); document.getElementById(adid).innerHTML = document.getElementById("adpre" + adindex).outerHTML; $("#adpre" + adindex).css({ margin: "0px auto" }); }); } </script> <script> var operateType = 1; var uid = "0"; var DocID = "8826042"; var zw = 595; var zh = 841; var zrate = (zw==0||zh==0)?1:(zh/zw); var isplay = 0; var width = "830"; var height = getClientHeight(); if (height < 560) height = 560; height = ('False' == 'True' ? 570 : height); var scorename = "金币"; var params = {}; </script> <script src="https://static.bdocx.com/master/view/view2.js"></script> <script> $(document).ready(function() { initPage(); $("#loading").hide(); $("#spanpage").text(leftfilecount); var lf = mtp - (defaultShowPage); if(lf<=0) { if("#ftip")$("#ftip").text("最后一页预览完了!喜欢就下载吧,查找使用更方便"); if($("#nftip"))$("#nftip").html("此文档不允许下载,在线阅读到最后一页了。"); $("#ntip").hide(); $("#ntip2").hide(); if($("#btnvip"))$("#btnvip").html("VIP查看完整版"); if("#ftip3")$("#ftip3").text(fCount-curtotalpage); if($("#ftip2"))$("#ftip2").show(); if(fCount-curtotalpage <=0) { if("#ftip2")$("#ftip2").text("预览完成,如需下载请加入VIP"); if($("#btnvip"))$("#btnvip").html("VIP免费下载"); } } window.setTimeout( function () { try { if(BookMarkPage == 1) { $(this).scrollTop(0); } else { Viewer._GotoPage(BookMarkPage); } }catch(e){} },500); if(defaultShowPage>0){ $("#outer_page_more").show();}else{ $("#outer_page_more").hide();} }); </script> <script> $('body').bind('contextmenu', function() {return false;}); $('body').bind("selectstart",function(){return false;}); </script> <div class="cssnone"> <iframe title = "来源分析" src="https://www.bdocx.com/BookRead.aspx?id=Bzd3UKJPtyg%3d&parto=lOmy5zp60GJXdkCZUNc048mr0mGqhazQFSLMadN7oYtN4TsbmP6pdVf%2bEY3gk2YTtmwkphHYuc4F0TqImwYLT6rhECZiP1E4ypuZu64U7anXLkkAauK2w%2boOqitj2swWvp2wgoNS6psWX%2bMoburnONfbp0Dq4Uwt6ii5AVVXUvp%2fH5XvgeLRyGs1rOGDImy%2b%2bmRydh0AMV52t3TFRYvc1e5VJ8oJTmNU" frameborder="0" style="width: 0px; height: 0px"> </iframe> </div> <!-- JiaThis Button END --> <span id="LabelScript"></span> </div> </div> <div class="getwximg_div" style="display:none;"> </div> <script> var isloginto = false; function initwxlogin() { var arr = $(".getwximg_div"); for (var i = 0; i < arr.length; i++) { (function (index) { var url = "https://www.bdocx.com/header.aspx?getcate=100"; $.get(url + "&t=" + (new Date()).valueOf(), function (d) { try { arr.eq(index).empty().html(d); } catch (e) { } try { arr.html(d); } catch (e) { } }); })(i); } } </script> <script>function popLogin() { window.location.href = '/login.aspx?returl=https%3a%2f%2fwww.bdocx.com%2fView_wj.aspx%3fid%3d8826042'; return; }</script> <script type="text/javascript"> var objjubao = null; function jubao() { var html = '<iframe src="https://www.bdocx.com/UserManage/ReportBack.aspx?id=8826042&url=rkm56XE mSTpX60 NSICJJzJeI0SxkjuKOfuUZPhKhBkLcI//GDXUhjteS3sIoYb" scrolling="no" frameborder="0" style="width: 600px; height: 420px"></iframe>'; objjubao = art.dialog({ title: '非法内容有奖举报', content: html, close: Closejubao, width: '700', height: '470', skin: 'blue', lock: true, background: '#666', opacity: .6, duration: 300, fixed: true, left: '50%', top: '38.2%', zIndex: 1987, resize: true, drag: true }); } function Closejubao() { objjubao.close(); } </script> <!--foot--> <div class="bg_100 foot_nav_bg" style=" min-width:1200px;"> <div class="foot_nav"> <a href="https://www.bdocx.com/h-33.html" target="_blank" >关于我们</a> - <a href="https://www.bdocx.com/h-34.html" target="_blank" >网站声明</a> - <a href="https://www.bdocx.com/h-35.html" target="_blank" > 网站地图</a> - <a href="https://www.bdocx.com/sitemap.html" target="_blank" > 资源地图</a> - <a href="https://www.bdocx.com/friend.aspx" target="_blank" >友情链接</a> - <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" >网站客服</a> - <a rel="nofollow" href="https://www.bdocx.com/h-38.html" target="_blank" >联系我们</a> </div> </div> <div class="bg_100 siteInner_bg" style=" min-width:1200px;"> <div class="siteInner"> <p style="text-align: center;">copyright@ 2008-2022 冰点文档网站版权所有</p><p style="text-align: center;">经营许可证编号:<a href="http://beian.miit.gov.cn/" target="_blank">鄂ICP备2022015515号-1</a></p><script>var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?e215eb657a3f46c69d47e590e96ccbdd"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();</script><script>(function(){ var el = document.createElement("script"); el.src = "https://lf1-cdn-tos.bytegoofy.com/goofy/ttzz/push.js?46796c789de3003a5113847b2981b93831ac52d6d1cb31ddda7500aa017814283d72cd14f8a76432df3935ab77ec54f830517b3cb210f7fd334f50ccb772134a"; el.id = "ttzz"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(el, s); })(window)</script> </div> </div> <!--foot end--> <!-- 代码部分begin --> <div class="QQ_S" style="height: auto;position:fixed;right: 0px;bottom: 20px; top:auto;"> <div class="Q_top" onclick="HideFoot()"> <span class="signi"></span>收起</div> <div class="Q_botm"> <div class="Q_pic"> <div class="Q_pic_hide"> <a rel="nofollow" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" target="_blank" title="在线客服" ><span class="hide_pic"></span>在线客服</a> </div> </div> <div class="Q_anser"> <div class="Q_anser_hide"><a rel="nofollow" target="_blank" href="http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=307372695@qq.com" title="意见反馈"> <span class="hide_pic1"></span>意见反馈 </a> </div> </div> <div class="Q_sign"> <div class="Q_sign_hide" onclick="backToTop();"><a rel="nofollow" href="javascript:void(0)" title="返回顶部"><span class="hide_pic2"></span>返回顶部 </a></div> </div> </div> </div> <div class="QQ_S1"> <div class="Q_top1" onclick="ShowFoot()"> <span class="signj"></span>展开</div> <div class="Q_botm1"> <div class="Q_pic1"> <div class="Q_pic1_hide"> <a rel="nofollow" target="_blank" href="https://wpa.qq.com/msgrd?v=3&uin=307372695&site=qq&menu=yes" > <span class="hide_pic3"></span>QQ交谈</a></div> </div> <div class="Q_sign1"> <div class="Q_sign1_hide" onclick="backToTop();"><a rel="nofollow" href="javascript:void(0)">返回顶部</a></div> </div> </div> </div> <!-- 代码部分end --> <script type="text/javascript" src="https://static.bdocx.com/js/lanrenzhijia.js"></script> <script type="text/javascript" src="https://static.bdocx.com/js/jquery.lazyload.js"></script> <script type="text/javascript" charset="utf-8"> $("img.lazys").lazyload({ threshold: 200, effect: "fadeIn" }); </script> <script type="text/javascript" src="https://static.bdocx.com/umeditor/xss.js"></script> </body> </html>