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] Frames nicht transparent. (https://www.gegen-bilderklau.net/thread.php?threadid=105334)


Geschrieben von Startpost-Retter am 29.04.2007 um 15:05:

  Frames nicht transparent.

Hey,
hab grad das Design geändert, von Iframe auf Imagemap. Jetzt hab ich das Problem, dass der CSS-Code nicht mehr funktioniert o_O" Also der HG wird nicht mehr transparent angezeigt und auch die Scrollbalken sind, als hätte man gar keinen Code.

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
/* CSS Document */

A:link { color: #000000; text-decoration: none; cursor:crosshair;}
A:visited { color: #000000; text-decoration: none; }
A:hover { color: #ffffff; text-decoration: overline; }
A:active { color: #000000; text-decoration: none; }
body { color: #000000; font-family: tahoma; font-size: 7pt; }
background: { http://people.freenet.de/gestuet_rosemont/Designs/transparent.gif ;
bgproperties: fixed;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff }



Geschrieben von Pawie am 29.04.2007 um 15:52:

 

Wenn dein Code jemals funktioniert haben sollte, wundert mich das stark. o__o

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:
body {
color: #000000;
font-family: tahoma;
font-size: 7pt;
background-image: url(http://people.freenet.de/gestuet_rosemont/Designs/transparent.gif);
background-attachment:: fixed;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff; }

a:link {
color: #000000;
text-decoration: none;
cursor: crosshair; }

a:visited, a:active {
color: #000000;
text-decoration: none; }

a:hover {
color: #ffffff;
text-decoration: overline; }

Edit: Achso, ja.
Damit's transparent wird, bräuchte ich den Code vom Layout.
Und was die Scrollbars betrifft: Im Firefox wird da nix transparent ;D


Liebe Grüße
Pawie.



Geschrieben von Maina am 06.05.2007 um 14:49:

 

Gib mal die HPAddy (;



Geschrieben von Solfaxa am 07.05.2007 um 19:09:

 

bei mir ist da alles transparent oO


Forensoftware: Burning Board, entwickelt von WoltLab GmbH