Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [HTML] Frames durchsichtig (https://www.gegen-bilderklau.net/thread.php?threadid=82667)


Geschrieben von Zitrönchen am 30.09.2006 um 19:31:

  Frames durchsichtig

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!



Geschrieben von Kleiner Engel am 30.09.2006 um 19:49:

 

Im Firefox sind die Frames schön transparent Augenzwinkern
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.



Geschrieben von Zitrönchen am 01.10.2006 um 15:40:

 

hey danke! Es funktioniert! dann kanns ja weiter gehen!



Geschrieben von skateboard am 13.12.2006 um 15:07:

 

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&uuml;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);&gt;</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;amp;gt;
</iframe></div>
</body>
</html>



Geschrieben von skateboard am 27.12.2006 um 00:54:

 

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>


Forensoftware: Burning Board, entwickelt von WoltLab GmbH