摘要:
<style> #focus{width:500px;height:200px;overflow:hidden;/*用一个div把图片包含设置超出范围隐藏*/} </style> <div id="focus"> <img src="xx.jpg" width="500" height="200"> 阅读全文
摘要:
通用:onclick 鼠标单击ondblclick 鼠标双击onmouseover 鼠标放上onmouseout 鼠标离开onmousemove 鼠标移动表单:onchang 表单的值改变onblur 失去焦点onfocus 获得焦点onselect 选中 阅读全文