然后在你的网页文件头部加上如下代码:
<link href:"xxx.css" type="text/css" rel="stylesheet"/>
首选:<elsect>应该是<select>这样的吧select 元素可创建单选或多选菜单。
<select>元素中的 <option>标签用于定义列表中的可用选项。
关于css控制举例如下:
select{
width:80px
padding:5px
border:1px solid #0058a8
}
<img src="img/contact.gif" onmouseover="this.src='img/banner.jpg'" onmouseout="this.src='img/contact.gif'"><table width="760" border="1">
<tr onmouseover="this.style.backgroundColor='red'" onmouseout="this.style.backgroundColor='blue'">
<td>鼠标移过来看看
</td>
</tr>
</table>
用鼠标失焦和得焦事件实现
把图片换一下哦~~