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)
----- Mozilla-Optimierung - Code (https://www.gegen-bilderklau.net/thread.php?threadid=14200)


Geschrieben von Lua am 16.05.2005 um 22:13:

  Mozilla-Optimierung - Code

Hallo,

Habe das Problem, dass die Frames beim Firefox-Modus weiß sind und nicht transparent. Ich habe bereits gesuchte den Code aber nur für Beeworld gefunden. Brauche es für Arcor bzw. für HTML.
Bitte noch nicht anmelden Augenzwinkern

http://www.gut-cheritz.de.ms

LG NiNa



Geschrieben von Lars007 am 16.05.2005 um 23:10:

 

ersetze einmal
code:
1:
<iframe src="frame.htm" name="frame" width="172" height="350" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>

durch
code:
1:
<iframe src="frame.htm" name="frame" width="172" height="350" frameborder=0 scrolling="yes" noresize style="border: 0px; filter:chroma(color=#ffffff);">


und wenn du schon den Code von Beepworld nimmst, dann such doch dort auch nach der Lösung



Geschrieben von Lua am 22.05.2005 um 18:35:

 

Funzt nicht.
Was ist da falsch?

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:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>GC - Die erste Version</title>
<style>
body { scrollbar-face-color: #72906C;
  scrollbar-highlight-color: #ffffff; 
  scrollbar-3dlight-color: #72906C; 
  scrollbar-darkshadow-color: #72906C; 
  scrollbar-shadow-color: #72906C; 
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #72906C;
  </style>
</head>
<body bgcolor="#99B495" topmargin="0" leftmargin="0">
<img border="0" src="lay2.jpg" align="left" width="1022" height="602">
<div id="Layer1" style="position: absolute;  left: 125px; top: 125px;">
  <iframe src="main.htm" name="main" width="594" height="480" frameborder=0 scrolling="yes" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
  </iframe>
</div>
<div id="Layer1" style="position: absolute;  left: 336px; top: 125px;">
<iframe src="frame.htm" name="frame" width="172" height="354" frameborder=0 scrolling="yes" noresize style="border: 0px; filter:chroma(color=#ffffff);">
</code></div>
<body scroll=no>
</body>

</html>

LG


Forensoftware: Burning Board, entwickelt von WoltLab GmbH