以图像形式提交按钮+滚动
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了以图像形式提交按钮+滚动相关的知识,希望对你有一定的参考价值。
replace submit buttons with nice images and does also the rollover. Easy.
<input type="image" name="basic_search" id="basic_search" value="find" src="../images/buttons/find.gif" onmouseover="this.src='../images/buttons/find-over.gif'" onmouseout="this.src='../images/buttons/find.gif'">
以上是关于以图像形式提交按钮+滚动的主要内容,如果未能解决你的问题,请参考以下文章