[HTML] Weiß von Main und Menü wegmachen

Ales
Wie kann ich das machen?
ich bekomms nicht weg
lg
Ales


http://ales12.al.funpic.de/Photopage/page.html
Melli
1. Da ist nix weiß im FF.
2. Suche benutzen.
Susanne
1. Weiß is nur im IE Zunge raus

2. So gehts weg:

<body bgproperties="fixed" style="background-image: url(URL VON DER HINTERGRUNDGRAFIK VOM MAIN BZW. MENÜ); background-attachment: fixed;">

Musst halt den teil vom Design, der das Main-Frame ist nochmal gesondert abspeichern und hochladen, und das selbe nochmal fürs Menü-Frame machen und dann auf jeder Unterseite das entsprechende einfügen.
Melli
Es gibt auch noch ganz viele andere Codes, das Teil transparent zu tun. Die da von Susanne ist mit eine der umständlichsten :> Aber gut ;>
Ales
ich stell mal den Code rein:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
<html>
<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>Photopage - Photos for you</title>
<style>
{scrollbar-face-color:#a4e2ae;
scrollbar-highlight-color: #a4e2ae; 
scrollbar-3dlight-color:#a4e2ae; 
scrollbar-darkshadow-color: #a4e2ae;
scrollbar-shadow-color: #a4e2ae;
scrollbar-arrow-color: #a4e2ae;
scrollbar-track-color: #a4e2ae;
</style>
</head>
<body bgcolor=#F4F4E5 topmargin="0" leftmargin="0">
<img border="0" src="http://ales12.al.funpic.de/Photopage/photopagedesing2.jpg" align="center"> 

<div id="Layer1" style="position:absolute; left: 600px; top: 145px;">
<iframe src="http://ales12.al.funpic.de/Photopage/Index.html" name="main" width="350" height="350" frameborder=0 scrolling="yes" noresize style="border: 0px" 
style="FILTER: chroma (color=#F4F4E5)" ;> 
</iframe>
</div>

<div id="Layer1" style="position: absolute; left:210px; top: 290px;">
<iframe src="frame.html" name="frame" width="230" height="290" frameborder=0 scrolling="yes" noresize style="border: 0px"
style="FILTER: chroma (color=#F4F4E5)" ;> 
</iframe>
</div>


</body>

</html>
Susanne
kannsts ja auch in ne externe CSS-Datei packen, dann ists nicht so umständlich Zunge raus
Ales
sorry leute bin in Coden noch nicht so gut