Home > Database > Mysql Tutorial > 网页小技巧

网页小技巧

WBOY
Release: 2016-06-07 15:47:57
Original
1081 people have browsed it

1)请问如何让一个打开的窗口在限定时间内自动关闭? -------------------------------------------- 你IE版本IE6.0以上的话这个可以: body onload=setTimeout('window.close()',2000) 两秒钟关闭(1s=1000微秒) /body ======================================

1)请问如何让一个打开的窗口在限定时间内自动关闭?


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


你IE版本IE6.0以上的话这个可以:



两秒钟关闭(1s=1000微秒)



===========================================================


2)滚动条不显示就在

里加style="overflow:hidden"


去掉框架线在中加frameborder=0






===========================================================


3)请问怎么把它搞成只有外面的线,表里面所有线都不要














































=====================================================================


4)网页上的联接鼠标指针变化,图片指针~~~



*{font-size:12px}


:visited,:active,:link{ text-decoration:none;color:navy}


:hover{ cursor:url(http://www.kok2.com.cn/kok2/1.ani);text-decoration:none;color:navy}


body{ cursor:url(http://www.kok2.com.cn/kok2/2.ani)}



Link


======================================================================


5)一张图片,看起来很模糊,可是把鼠标移在那张图片的上面,就变得清晰





source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template