+ -
当前位置:首页 → 问答吧 → IE8下,点击按钮时图片位置跳动

IE8下,点击按钮时图片位置跳动

时间:2011-05-30

来源:互联网

搜论坛得出IE8下,点击按钮时背景位移的问题貌似还没有解决,继续发帖求助。。。 写IE8 的hack吗???
<style> #search .btn01 {background:url(http://pages.anjukestatic.com/img/indeximg/block_360x170.gif) no-repeat 0 -4px; width:105px;height:34px;text-indent:-10000px;border:none;} #search .btn01_over {background:url(http://pages.anjukestatic.com/img/indeximg/block_360x170.gif) no-repeat 0 -48px; width:105px;height:34px;text-indent:-10000px;border:none;} </style> <div id="search"> <input type="submit" value="" class="btn01" onmouseover="this.className='btn01_over'" onmouseout="this.className='btn01'" /> </div>
 提示:您可以先修改部分代码再运行

作者: loversnie   发布时间: 2011-05-30

10年有帖子也在探讨这个问题,貌似没有解决呢。。。

http://bbs.blueidea.com/thread-3006141-1-1.html

作者: loversnie   发布时间: 2011-05-30