我的表单输入类型=“按钮”/表单不能正常工作IE 11.按钮的目的是返回历史记录中的1页。 它适用于Google Chrome。 我在互联网上看到IE有一些实施HTML5的问题,但我还没有找到解决方案。
不仅按钮的JS部分不起作用,因为IE11中的悬停也没有显示。
小提琴中的代码:https://jsfiddle.net/Luj5sqh7/3/
<!DOCTYPE html>
<html>
<head>
<title>Stabiliteit Houtribdijk</title>
<style type="text/css" media="screen">
</style>
<div class="header">
<div class="headerleft">
<form>
<input type="button" class="button" value="Terug" onclick="history.go(-1);return true;">
</form>
</div>
<div class="headerright">
<H4>Stabiliteit dijk animatie </H4>
</div>
<!-- <div class="headerlogo">
<img src="images/Rhdhvlogo.jpg" id="rhdhvlogo"/>
</div>-->
</div>
</head>
<body>
<video onclick="this.paused?this.play():this.pause()" class="videocenter" controls>
<source src="movie/STABILITEITTotaal.mp4" type="video/mp4">
<source src="movie/STABILITEITTotaal.ogg" type="video/ogg"> Your browser does not support the video tag.
</video>
答案 0 :(得分:0)
问题不是输入的类型我认为这是你的
z-index: -1;
在你身上