frameset框架中 在frameset標(biāo)簽下設(shè)置邊界不可拖動(dòng)的noresize屬性瘫寝,在google瀏覽器下不可拖動(dòng)但火狐瀏覽器依舊可以拖動(dòng),若把noresize屬性加到frame標(biāo)簽下忿墅,則不可拖動(dòng)
table框架中 表格中的導(dǎo)航更推薦用<ul>來寫闷旧。
<style>
ul li{list_style:none;display:inline;}
</style>
//將豎著顯示的列表用樣式表轉(zhuǎn)成橫的
list_style:none 將列表前的圓點(diǎn)刪除
display:inline將塊元素轉(zhuǎn)換成行元素
<textarea>中間不能加內(nèi)容 不能加回車或空格</textarea>
input屬性date/serch在Internet Explorer 或 Firefox瀏覽器不支持.