按钮无法在IE-11浏览器上运行

时间:2015-12-02 05:54:33

标签: internet-explorer twitter-bootstrap-3 joomla3.0 htmlbutton

该网站正在Joomla + Seblod CCK上运行。 html按钮(Post Individual和Post Company)将无法在Internet Explorer浏览器上运行。 See URL Here 我测试了这个,但Windows 8.1和10,并没有工作。但是,这些相同的按钮在其他浏览器上运行良好。

对此的任何修复都将不胜感激。

这里是最小的html / bootstrap代码:

<center><p><a href="index.php/individual-form">
<button class="btn btn-danger btn-responsive" type="button">Post Individual</button></a><a href="index.php/company-form">
<button class="btn btn-danger btn-responsive" type="button">Post Company</button></a></p></center>

提前感谢您的时间。

1 个答案:

答案 0 :(得分:0)

this question上的帖子有所帮助。

由于我在网站上获得了引导程序,下面的代码实现了魔术

<a href="link.com" class="btn" >Checkout</a>

由于