【发布时间】:2011-08-15 05:55:42
【问题描述】:
我的网站上有许多使用按钮标签的按钮,虽然在 IE8 上呈现良好,但它们不可点击(点击它们不会将用户发送到新网址)。有什么解决方案可以为 IE 解决这个问题吗?是因为我将按钮包装在标签中吗?是因为我使用了“按钮”的类名吗?
代码是:
<a href="product_home.html">
<button class="button green big_button">Learn more</button>
</a>
【问题讨论】:
标签: html button internet-explorer-8 tags