Zitrönchen
Ich habe ein Problem. Bei meiner Seite (
http://home.arcor.de/ponyclub-laatzen/design.html ) sind die Frames weiß. Ich brauche sie aber durchsichtig, weil hinter der einen Frame ein Foto liegt. Hier mal der Code:
<html>
<head>
<title>Ponyclub Laatzener Wald e.V.</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="auto">
<img src="http://www.oyla3.de/userdaten/88393078/bilder/Design_Ponyclub.jpg">
<div id="Layer1" style="position: absolute; left: 13px; top: 169px;">
<iframe src="navigation.html" name="navigation" width="170" height="550" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#b1e09c)" ;>
</iframe>
</div>
<div id="Layer1" style="position: absolute; left: 326px; top: 213px;">
<iframe src="willkommen.html" name="willkommen" width="625" height="470" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#b1e09c)" ;>
</iframe>
</div>
</body>
</html>
Ic hoffe es kann mir wer helfen!
Kleiner Engel
Im Firefox sind die Frames schön transparent
Und für beide Browser wirst du kaum schaffen, dass es durchsichtig ist. Außer, du schneidest den Hintergrund in framegröße aus und 'legst' den sozusagen drüber.
Zitrönchen
hey danke! Es funktioniert! dann kanns ja weiter gehen!
skateboard
Huhu,
ist der Chroma Filter bei mir an der falschen Stelle? NVU stellt das immer so komisch um :/
| 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:
36:
37:
38:
39:
40:
41:
42:
43:
44:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Mühlenhof Heiden</title>
<style type="text/css"><!--
BODY {
scrollbar-face-color: ##0000FF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: ##0000FF;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: ##330066;
scrollbar-arrow-color: #000000;
scrollbar-track-color: ##00FFFF;
}
-->
</style>
</head>
<body>
<img src="http://muehlenhof.mu.ohost.de/Winterdesign.gif">
<div id="Layer1"
style="position: absolute; left: 367px; top: 163px;"> <iframe
src="http://muehlenhof.mu.ohost.de/Willkommen.html" name="main"
noresize="" style="border: 0px none ;" ;=""
frameborder="0" height="430" scrolling="auto"
width="611"> style="FILTER: chroma (color=#ffffff);></iframe></div>
<div id="Layer2"
style="position: absolute; left: 43px; top: 119px;"> <iframe
src="http://muehlenhof.mu.ohost.de/Menue.html" name="menue"
noresize="" style="border: 0px none ;" ;=""
frameborder="0" height="140" scrolling="auto"
width="182">
</iframe></div>
<div id="Layer3"
style="position: absolute; left: 7px; top: 5px;"> <iframe
src="http://muehlenhof.mu.ohost.de/news.html" name="news"
noresize="" style="border: 0px none ;" ;=""
frameborder="0" height="90" scrolling="auto"
width="236"> style="FILTER: chroma (color=#ffffff)"
;&amp;gt;
</iframe></div>
</body>
</html>
|
|
skateboard
Schon wieder ein Problem damit xD
Die werden einfach nicht transparent x/
Please help me.^^
| code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
|
<html>
<head>
<title>My pictures...</title>
<BODY marginwidth="0" leftmargin="0" marginheight="0" topmargin="0" scroll="auto">
<img src="http://www.dreipage.de/userdaten/45333081/bilder/layout.jpg">
<div id="Layer1" style="position: absolute; left: 178px; top:360px;">
<iframe src="http://mkpictures.dreipage.de/text_45333081_64489300_49925691_deutsch.html" name="menue" width="122" height="196" frameborder="0" scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
<div id="Layer2" style="position: absolute; left: 396px; top: 226px;">
<iframe src="http://mkpictures.dreipage.de/text_45333081_87555162_49925691_deutsch.html" name="main" width="417" height="339" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
</iframe>
</div>
</body>
</html>
|
|