Geschrieben von Teddy am 22.07.2005 um 13:45:
Mein Code ist falsch!
Kann mir jemand helfen?
An meinem Code muss irgendetwas falsch sein, denn er funktioniert nicht!
Vielleicht ist jemand so lieb und schaut mal, denn ich verzweifle gerade! *schluchz*
<html>
<style>
body { scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #ffffff;
</style>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>NAME DER SEITE</title>
</head>
<body bgcolor="#ffffff" topmargin="0" leftmargin="0">
<img border="0" src="URL ADRESSE VOM DESI.jpg" align="left">
<div id="Layer1" style="position: absolute; left: 220px; top: 149px;">
<iframe src="main.html" name="main" width="499" height="430" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#F5CF8E)" ;>
</iframe>
</div>
<div id="Layer1" style="position: absolute; left: 20px; top: 19px;">
<iframe src="menue.html" name="menue" width="160" height="563" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#F5CF8E)" ;>
</iframe>
</div>
</body>
</html>
Desi:

Geschrieben von Aicha am 22.07.2005 um 13:52:
<img border="0" src="URL ADRESSE VOM DESI.jpg" align="left">
du weißt ja, dass du da die Bildadresse reinsetzen musst, oder?
ich hab den Fehler gefunden
code: |
1:
|
<div id="Layer1" style="position: absolute; left: 220px; top: 149px;"> |
|
da musst du noch das height=deine Höhe und Width=deine Breite eingeben
sonst weiß der div-Layer nicht, wie breit/hoch der sein soll
edit:
das sollte dann so aussehen:
code: |
1:
|
<div id="Layer1" height=höhe in px width=breite in px style="position: absolute; left: 220px; top: 149px;"> |
|
du darfst aber nicht das px direkt hinter der zahl vergessen