Hi ihrz!
ich hab ein wahnsinniges Problem.
Ich habe eine Pferdeherde und habe es jetzt geschaft das design endlich einzubauen, aber[wie konnts auch anders sein] ist der Hibtergrund von Menü und Main jetzt farbig und nicht wie ich will transparent.
Die Seite ist bei freenet und das ganze sieht so aus:
http://people.freenet.de/vuland/Design/design.html
Bitte, bitte helft mir und sagt wie ich es transparent kriege.
Hier der Code:
<html>
<head>
<title>Vuland</title>
<style type="text/css">
A { color: #000000; text-decoration: none; cursor:crosshair;}
A:link { color: #000000; text-decoration: none; cursor:crosshair;}
A:visited { color: #000000; text-decoration: none; cursor:crosshair;}
A:hover { color: #000000; text-decoration: none; filter:glow(color=#000000, strength=1); cursor:crosshair;}
A:active { color:#000000; text-decoration: none; cursor:crosshair;}
body { background-color= #AFBB8B;
font-color= black; font-family= verdana; font-size= 8pt; cursor:crosshair;
body { scrollbar-face-color: #AFBB8B;
scrollbar-highlight-color: #AFBB8B;
scrollbar-3dlight-color: #AFBB8B;
scrollbar-darkshadow-color: #AFBB8B;
scrollbar-shadow-color: #AFBB8B;
scrollbar-arrow-color: #AFBB8B;
scrollbar-track-color: #AFBB8B;
</style>
</head>
<body bgcolor="#EFE5CC" topmargin="5" leftmargin="5">
<img border="0" src="http://people.freenet.de/vuland/Bilder/Vuland8.jpg" width="800" height="600">
<div id="Layer1" style="position: absolute; left: 34px; top: 330px;">
<iframe src="main.html" name="main" width="160" height="237" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#00ff00)" ;>
</iframe>
</div>
<div id="Layer1" style="position: absolute; left: 316px; top: 38px;">
<iframe src="menue.html" name="menue" width="450" height="546" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#00ff00)" ;>
</iframe>
</div>
</body>
</html>