Ich habe eine seite erstellt aus vilen scripts von dieser seite aber die Positionirung funktioniert nicht!
Hier der code:
<html>
<head>
<script type="text/javascript">
Normal1 = new Image();
Normal1.src = "bild1.png";
Highlight1 = new Image();
Highlight1.src = "bild1h.png";
Normal2 = new Image();
Normal2.src = "bild2.jpg";
Highlight2 = new Image();
Highlight2.src = "bild2h.jpg";
function Bildwechsel (Bildnr, Bildobjekt) {
window.document.images[Bildnr].src = Bildobjekt.src;
}
</script>
</head>
<style type="text/css">
h1 { color:#ffffff; font-family:Comic sans MS; }
th { color:#ffffff; font-family:Comic sans MS; }
td { color:#ffffff; font-family:Comic sans MS; }
marquee { color:#00ff00; font-family:Comic sans MS; }
</style>
<body bgcolor="#000000">
<div style="position:absolute; top:500px; left:0px; ">
<a href="index2.html"
onmousedown="Bildwechsel(0, Highlight1)"
onmouseout="Bildwechsel(0, Normal1)"><img src="bild1.png"
width="145" height="36" border="0" alt="Home"></a>
<br /><br/>
<a href="index3.html"
onmousedown="Bildwechsel(1, Highlight2)"
onmouseout="Bildwechsel(1, Normal2)"><img src="bild2.jpg"
width="120" height="40" border="0" alt="Forum"></a>
<div style="position:absolute; top:0px; left:0px;" >
<img src="bild3.jpg" widh="500" height="500">
</div>
<div style="position:absolute; top:0px; right:0px;" >
<img src="bild4.jpg" widh="500" height="500">
</div>
<div style="position:absolute; bottom:50px; right:400;">
<marquee scrollamount ="´4" >Willkommen auf Gamenaia-World!!</marquee>
</div>
</body>
</html>
Ein Beispiel findet ihr unter: www.free-style.bplaced.net/lade
Bei manchen könnte es richtig angezeigt werden bei manchen anders und mit Bugs übersät. Im voraus schon mal DANKESCHÖN!