Hallo,
Ich habe hier einen Code der unter Google chrome gut angezeigt wird aber mit internet explorer zeigt er scheiße an. wie kann ich das wieder reparieren? Code:
Er zeigt das meiste gut an aber die buttons bei internet explorer sind scheiße aber warum`?
Ich habe hier einen Code der unter Google chrome gut angezeigt wird aber mit internet explorer zeigt er scheiße an. wie kann ich das wieder reparieren? Code:
Er zeigt das meiste gut an aber die buttons bei internet explorer sind scheiße aber warum`?
Code:
<style type="text/css">
body
{
background-color:#F5EE81;
}
#f6 { position:absolute;left:105%;top:0%;width:500%;height:100%;
z-index:1;background-color:#FFFFFF;}
#f1 { position:absolute;left:240px; top:15%;height:80%;width:70%;
z-index:1;background-color:#FFFFFF; }
#b1 { position:absolute;left:5%; top:5%;background-color:#707FC4;height:9%;width:80%;
z-index:1; }
#a1 { position:absolute;left:10%; height:80%;top:20%;width:80%;
z-index:1;background-color:#FFFFFF;}
#navigation { position:absolute;left:5%;top:15%;width:10%;height:80%;
z-index:1;background-color:#707FC4; }
p {
font-size:40px;
text-decoration:underline;
font-weight:bold;
color:blue
}
</style>
<div id="b1">
<p align="center">Feldkirch 4a</p>
</div>
<script src="script.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#flip").click(function(){
$(".zeigen").slideToggle("slow");
});
});
</script>
<?php
if (isset($_POST["Home"]))
{
?>
<div id="f1">
<?php
include($_POST['textfeld']);
?>
</div>
<?php
}
?>
</html>
<div align="center">
<div id="navigation">
<form action=test4.php?content=register method="post"><br>
<input type="hidden" name="textfeld" value="">
<input type="submit" class="menu" name="Home" value="Home"
onclick="this.form.textfeld.value='home.html'">
<input type="submit" class="menu" name="Home" value="Termine"
onclick="this.form.textfeld.value='Termine.html'">
<input type="submit" class="menu" name="Home" value="Downloads"
onclick="this.form.textfeld.value='Downloads.html'">
<input type="submit" class="menu" name="Home" value="Stundenplan"
onclick="this.form.textfeld.value='Stundenplan.html'">
<input type="submit" class="menu" name="Home" value="Wissenswertes"
onclick="this.form.textfeld.value='Wissenswertes.html'">
<a class="menu" id="flip" >Fotos</a>
<div class="zeigen" style="display:none;">
<input type="submit" class="menu" name="Home" value="2009/2010"
onclick="this.form.textfeld.value='fotos10.php'">
</div>
<div class="zeigen" style="display:none;">
</div>
<?php
if (isset($_POST["Home1"]))
{
?>
<div id="f6">
<form>
<input type="button" value=" drucken " onClick="javascript:window.print()">
</form>
<style type="text/css">
.menu0 { display:block; margin-bottom:5px; text-align:center; width:90px;height:30%;
border-style:ridge; border-width:3px; padding:2px; text-decoration:none;font-color:red;background-color:#FFFFFF;}
.menu0:hover { color:#ff0; text-decoration:underline;background-color:#00f;}
</style>
<html>
<head>
<script language="JavaScript">
var bildname="1";
</script>
<html><head><title>Test</title>
<div id="f20">
<input type="button" value="zur?ck" class="menu0" onclick="zz ()">
</div>
<div id="f10">
<input type="button" value="weiter" class="menu0" onclick="ww ()">
</div>
<script type="text/javascript">
function zz () {
bildname--;
if(bildname==0)
{
bildname=2;
document.getElementById("Bild").src = bildname + ".jpg";
document.getElementById("text1").value = bildname;
}
else
{
document.getElementById("Bild").src = bildname + ".jpg";
document.getElementById("text1").value = bildname;
}
}
</script>
<script type="text/javascript">
function ww () {
bildname++;
if(bildname==3)
{
bildname=1;
document.getElementById("Bild").src = bildname + ".jpg";
document.getElementById("text1").value = bildname;
}
else
{
document.getElementById("Bild").src = bildname + ".jpg";
document.getElementById("text1").value = bildname;
}
}
</script>
<?php
?>
</head><body>
<input type="hidden" name="text" id="text1" value="1" /><br />
<img src="1.jpg" id="Bild">
</form>
</body></html>
</div>
<?php
}
?>
<div class="zeigen" style="display:none;">
<input type="submit" class="menu" name="Home1" value="2010/2011">
</div>
<div class="zeigen" style="display:none;">
</div>
</center>
</form>
<style type="text/css">
a.menu { display:block; margin-bottom:5px; text-align:center; width:90px;
border-style:ridge; border-width:3px; padding:2px; text-decoration:none;font-color:red;background-color:#FFFFFF;}
a.menu:hover { color:#ff0; text-decoration:underline;background-color:#00f;}
.menu { display:block; margin-bottom:5px; text-align:center; width:100px;
border-style:ridge; border-width:3px; padding:2px; text-decoration:none;font-color:red;background-color:#FFFFFF;}
.menu:hover { color:#ff0; text-decoration:underline;background-color:#00f;}
</style>