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] Problem bei Mozilla Frame/Tabelle (https://www.gegen-bilderklau.net/thread.php?threadid=77252)


Geschrieben von Cidi am 18.08.2006 um 20:22:

  Problem bei Mozilla Frame/Tabelle

Hallo!

Ich hab da ein kleines Problem mit meiner Homepage. Mit dem Internet Explorer funktioniert alles gut, nur mit dem MozillaFirefox gehts nicht. Und zwar da www.fotoseele.ch.vu

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:
45:
46:
47:
48:
49:
50:
51:
52:
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<title>Fotoseele.ch.vu</title>
</head>

<body scroll="no" bgcolor="#FFFFFF" leftmargin="5" topmargin="0">
<img src="header.jpg" width="876" height="139">



	<table bgcolor="#F8F8F8" border="0" width="800" style="border-collapse: collapse;" bordercolor="#000000">
		<tr>
			<td align="center" colspan="2" valign="top">

				<table align="right" width="350" border="0" bordercolor="#000000">
					<tr>
						<td align="right"><a href="main.html" 		target="main">		Start		</a></td>
						<td align="right"><a href="ich.html" 		target="main">		Ich			</a></td>
						<td align="right"><a href="galerie.html" 	target="vorschau">	Galerie		</a></td>
						<td align="right"><a href="http://89119.iboox.com" target="main">Gästebuch	</a></td>
						<td align="right"><a href="impressum.html" 	target="main">		Impressum	</a></td>

					</tr>
				</table>

			</td>
		</tr>
		<tr>
			<td width="600" height="360" valign="top">

				<div id="Layer1">
				<iframe src="main.html" name="main" width="600" height="100%" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
				</iframe>
				</div>

			</td>
			<td bgcolor="#FFFFFF" valign="top">

				<div id="Layer2">
				<iframe src="vorschau.html" name="vorschau" width="100%" height="100%" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#ffffff)" ;>
				</iframe>
				</div>

			</td>

		</tr>
	</table>

</body>
</html>


Das ist der code. Hats da etwas drinnen das Mozilla nicht "verträgt"?

LG, Julie



Geschrieben von Black Katrin am 19.08.2006 um 08:37:

 

das 100% im frame verträgt Fire nit => es macht einfach 100px draus


Forensoftware: Burning Board, entwickelt von WoltLab GmbH