• 20120509小记


    一巴掌打的你不知道花儿为什么这样红(有点夸张)

    面对我的粗心拼写错误,老师爆出这么一句

    上一下今天讨论的几个问题

    margin是页边的空白
    padding填充
    停止取百度的几个方法
    修改http://www.baidu.com
    return false
    window.evevt.returnValue=false

    鼠标的那个点击事件window.event.button鼠标按键124左右中3同时按键


    window.event.offsetX、相对位置

    怎么获取地址啊
    location.href
    看下在哪里找代码
    看下在哪里找代码

    //1获取页面所有按钮,
    document.getelementby..
    //2.循环为每一个button注册onclick事件

    <inpuut
    <div>
    <script
    #div1
    {
    300px;
    height:300
    }
    社会自热点文字
    innerText=''
    title='百度一下';
    getelementbyid(div1).appendchile()


    removechild删除练习第一个子元素是从哪个方向开始的?????????????

    怎么去掉超链接的下划线啊
    <html>
    <head>
    <title>
    </title>
    <style type="text/css">
    a:link//没点之前
    {
    font-size:40px;
    text-decoration:none;//没有下划线
    color:Black;
    }
    a:hover//悬浮
    {
    color:blue;
    text-decoration:underline;
    }
    a:active//按下的时候
    {
    color:red;
    text-decoration:none;
    }
    a:visited//访问过的
    {
    color:Yellow;
    text-decoration:underline;
    }
    </style>
    </head>
    <body>
    </body>
    </html>




















  • 相关阅读:
    浅谈最长上升子序列(LIS)
    浅谈树链剖分
    数字计数
    windy数
    骑士(树形dp)
    旅游规划
    皇宫看守
    k8s安装报错
    linux文件夹存储潜规则
    搭建覆盖率测试环境
  • 原文地址:https://www.cnblogs.com/lipengjiushiwo/p/2496742.html
Copyright © 2020-2023  润新知