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)
----- [CSS] Design im FF falsch (https://www.gegen-bilderklau.net/thread.php?threadid=106174)


Geschrieben von LittleVampirchen am 07.05.2007 um 16:35:

  Design im FF falsch

Hallo
Ich bin, mal wieder, vor einem Problem zum stehen gekommen.

Im IE funktinoert alles super, jedoch im FF nicht. Da sind die textfelder im hintergrund grün und die Linkeffekte klappen auch nicht.

Warum?

Braucht ihr Codes? Wenn ja, welche

LG



Geschrieben von LittleVampirchen am 07.05.2007 um 16:59:

 

Hallo
CSS ja.

Hier die Codes:

index.html
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:
<html>
<head>
<title>++ Last Unicorn ++</title>
<link rel="stylesheet" href="style.css">



</head>
<body background="bg2.jpg">

<div style="position: absolute; top: 0; left: 0; width: 1024; height: 598">
<img src="header2.jpg" border="0" width="1024" height="598"></div>


<div style="position: absolute; top: 350; left: 235; width: 540; height: 300">
<iframe style="FILTER:chroma(color=#00ff00)" style="FILTER: scrollbar-arrow colour=#00FF00" src="home.html" top="350" left="235"  width="555"  height="300" frameborder=0 framespacing=0 name="content" scroll=yes allowtransparency="50">
</iframe></div>

<div style="position: absolute; top: 350; left: 15; width: 200; height: 300">
<iframe style="FILTER:chroma(color=#00ff00)" style="FILTER: scrollbar-arrow colour=#00FF00" src="navi1.html" top="350" left="15"  width="200"  height="300" frameborder=0 framespacing=0 name="navigation" scroll=yes allowtransparency="50">
</iframe></div>

<div style="position: absolute; top: 350; left: 805; width: 200; height: 300">
<iframe style="FILTER:chroma(color=#00ff00)" style="FILTER: scrollbar-arrow colour=#00FF00" src="navi2.html" top="350" left="805"  width="200"  height="300" frameborder=0 framespacing=0 name="navigation2" scroll=yes allowtransparency="50">
</iframe></div>

<div style="position: absolute; top: 310; left: 0; width: 1030; height: 44">
<iframe style="FILTER:chroma(color=#00ff00)" style="FILTER: scrollbar-arrow colour=#00FF00" src="affis.html" top="310" left="0"  width="1030"  height="44" frameborder=0 framespacing=0 name="affilates" scroll=yes allowtransparency="50">
</iframe></div>



<div style="position: absolute; top: 40; left: 910; width: 80; height: 300">
<script type="text/javascript" 
src="http://www.trendcounter.de/count.php?id=5510"></script>
<noscript><a href="http://www.trendcounter.de" target="_blank"><img 
src="http://www.trendcounter.de/count_c.php?id=5510" alt="counter kostenlos" 
border="0"></a></noscript>


</iframe>
</div>
</body>
</HTML>


Style.css
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:
body
{   scrollbar-3dlight-color : #000000;
	scrollbar-arrow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #6b9de6;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #6b9de6;  
	font-family: "Verdana", Century Gothic; color: #000000; 
	font-size: 10px; background-color: #00ff00; margin:4px}

p { margin-top: 1;
    margin-bottom: 1;
    filter: dropshadow(Color= ffffff, OffX=1, OffY=1, positive=2) width: justify; height: 13; 
	}



A:link {COLOR: #000000; TEXT-DECORATION: none}
A:visited {COLOR: #000000; TEXT-DECORATION: none}
A:active {COLOR: #000000; TEXT-DECORATION: none}
A:hover {COLOR: #000000; TEXT-DECORATION: none; border:1 dotted; border-color:#000000; font-weight:bold;}


.header {
		font-size: 10px;
		font-family: Verdana;
		color: #000000;
		font-weight: bold;
		text-align: center;
		background: #104E8B;>Text</p>
		border-collapse: collapse;
		filter:alpha(opacity=100, finishopacity=0, style=3, startX=0, startY=0, finishX=0, finishY=0)
        width: 100%; height: 15;		}


style2.css
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:
body
{   scrollbar-3dlight-color : #000000;
	scrollbar-arrow-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #6b9de6;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #6b9de6;  
	font-family: "Verdana", Century Gothic; color: #000000; 
	font-size: 10px; background-color: #00ff00; margin:4px}
tr, td, table { font-size: 10px;}
}



A:link {COLOR: #000000; TEXT-DECORATION: none}
A:visited {COLOR: #000000; TEXT-DECORATION: none}
A:active {COLOR: #000000; TEXT-DECORATION: none}
A:hover {COLOR: #000000; TEXT-DECORATION: none; border:1 dotted; border-color:#000000; font-weight:bold;}



.header {
		font-size: 10px;
		font-family: Verdana;
		color: #000000;
		font-weight: bold;
		text-align: center;
		background: #3258ad;>Text</p>
		border-collapse: collapse;
		filter:alpha(opacity=100, finishopacity=0, style=3, startX=0, startY=0, finishX=0, finishY=0)
        width: 100%; height: 15;		}		


Filter war an, ja, aber ich wollte andere Link-Effekte darum hab ich den Code gelöscht (keine Bange, ahb auch noch die original.-codes, wenn ihr die braucht)

fehtl noch was?

LG



Geschrieben von LittleVampirchen am 07.05.2007 um 17:09:

 

Huh
u
wie meinst du das genau? Das ist ja eigentlich alles asusgemessen...

Und was soll ich aus der style.css löschen? ich find das irgendwie nicht ^^

LG



Geschrieben von LittleVampirchen am 07.05.2007 um 17:20:

 

Hab ich gemcht
aber irgendwie hat das im FF gar nichts gebracht und im IE ist jetzt der hintergrund auch fgrün...



Geschrieben von LittleVampirchen am 07.05.2007 um 17:23:

 

Weiß noch jemand Rat?

Bitte, ist echt dringend...

Kann euch auch gerne mal die Dateien schicken..

habs hinbekommen


Forensoftware: Burning Board, entwickelt von WoltLab GmbH