• CSS 使用技巧

    下面我和大家说说CSS在实践中的写法,注意的地方,我会在做标记,这样帮住大家读懂。 1. 文字的水平居中 将一段文字置于容器的水平中点,只要设置text-align属性即可: text-align:center;  //文字的居中 2. 容器的水平居中 先为该容器设置一个明确宽度,然后将margin的水平值设为auto即可。 div#container { width:760px; margin:0 auto;  //auto代表,左右两站对齐 } 3. 文字的垂直居中 ...阅读全文
    作者:admin | 分类:CSS | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • 网页禁用右键和复制都教程

    代码如下: <!--禁止复制--> <SCRIPT LANGUAGE=javascript> function click() { alert('请不要复制本站内容,谢谢!') } function click1() { if (event.button==2) {alert('百顺工作组提示您,请不要使用右键点击哦!') }} function CtrlKeyDown(){ if (event.ctrlKey) {alert('不可以使用复制键复制本站内容!') }} document.onkeydown=CtrlKeyDown; document.onselectstart...阅读全文
    作者:admin | 分类:Javascript | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    |
  • 首页增加exobud插放器

    首先找到制作网页插放器,本文就不讲了,主要是在以有网页插放器情况下添加到首页 比如是exobud插放器,把exobud.htm改成index.htm,把原有的首页index.htm,变成index1.htm 接下来,在exobud.htm中最下面加插框架(iframe)代码,代码如下: <iframe src=http://127.0.0.1 width="100%" height="100%" frameborder="0" scrolling=auto >         </iframe>   <iframe>标...阅读全文
    作者:admin | 分类:HTML | 阅读:
    Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line 19
    | 标签: