HTML+CSS+JavaScript 学习记录

来源:互联网 发布:windows sublime git 编辑:程序博客网 时间:2024/05/22 01:47

1、onresize 事件

onresize 事件会在窗口或框架被调整大小时发生。

语法

onresize="SomeJavaScriptCode"

支持标签

<a>, <address>, <b>, <big>, <blockquote>, <body>, <button>, <cite>, <code>,  <dd>, <dfn>, <div>, <dl>, <dt>, <em>, <fieldset>, <form>, <frame>, <h1> to <h6>, <hr>, <i>, <img>, <input>, <kbd>, <label>, <legend>, <li>, <object>, <ol>, <p>,  <pre>, <samp>, <select>, <small>, <span>, <strong>, <sub>, <sup>, <table>,  <textarea>, <tt>, <ul>, <var>

 

 

原创粉丝点击