Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 2
Seite [1]
BlizziBoy


Wannabe poster



Herkunft: Marl
Beiträge: 28
# Thema - 13.04.2007 um 23:03 Uhr
Hi, ich bin grad am anpassen einer neuen clanpage und verzweifle hier an einer sache:
wie krieg ich rechts bei der navi den hintergrund des externen calendars transparent?, ich hab scho mit background-image:spacer.gif und background-color:none versucht bekomms aber nit hin^^

ich bin mir sicher das die lösung eig ganz simpel is^^

biddö helfen





page: http://blizziboy.pytalhost.eu/clansphere-2007-rc3/




ps: setzte mich zum ersten mal mit CS auseinander (sonst nur bxcp^^)


Zuletzt editiert von BlizziBoy am 13.04.2007 um 23:04 Uhr (1x Editiert)
Inaktiv
worstbull


King for a day





Beiträge: 222
# Antwort: 1 - 13.04.2007 um 23:04 Uhr
td {
background-color:white;
-moz-opacity:0.2; -khtml-opacity:0.2; opacity:0.2;
filter:alpha(opacity=20);
}

.txt {
position:relative;
-moz-opacity:1; -khtml-opacity:1; opacity:1;
filter:alpha(opacity=100);
}

oder so:

body{
....
height:100%;
background:url(../pics/background.jpg);
padding:0px;margin:0px;
}

#header {
margin:0px;padding:0px;
}
#header h1{
...
background-image:url('../pics/logo.gif');
background-repeat:no-repeat;
...
}


oder noch besser so:



<style type="text/css">

#div1 { position:absolute; top:150px;left:250px; width:150px;height:150px; border:1px solid #000000; background-color:#6666aa; z-index:1; }

#div2 { filter:alpha(opacity=80); -moz-opacity:0.8; position:absolute; top:175px;left:300px; width:300px; height:150px; border:1px solid #000000; background-color:#6666aa;z-index:2; }

</style>

In die 1.Textbox- Vor dem Tag:
<div id="div1">

In die 1.Textbox- nach dem Tag:
</div>

In die 2.Textbox- Vor dem Tag:
<div id="div2">

In die 2.Textbox- nach dem Tag:
</div>


MF


------------------


Zuletzt editiert von worstbull am 13.04.2007 um 23:07 Uhr (3x Editiert)
Inaktiv
|
BlizziBoy
Thread-Ersteller


Wannabe poster



Herkunft: Marl
Beiträge: 28
# Antwort: 2 - 13.04.2007 um 23:04 Uhr
danke ging ja fix^^ mal ausprobieren...



¤: hm bringt i-wie nix, schade^^

¤¤: einmal reloaded , jetz seh ich deinen ganzen text^^

¤¤¤:

hm i-wie noch imma nix, hab den teil jetz soweit verändert^^:

.calhead {background-color:white;
filter:alpha(opacity=20);
padding:4px 2px 4px 2px;
text-align:center;
}
.calday,.calevent,.caltoday, .calweek {background-color:white;
filter:alpha(opacity=20);
}
.calday {background-color:white;
filter:alpha(opacity=20);
}
.calevent {background-color:white;
filter:alpha(opacity=20);
border:dashed 1px #00c6ff;
}
.caltoday {background-color:white;
filter:alpha(opacity=20);
border:dashed 1px #d5d5d5;
}
.calweek {background-color:white;
filter:alpha(opacity=20);
}




wenn ich aber noch


-moz-opacity:0.2; -khtml-opacity:0.2; opacity:0.2;



dazufüge ist gane page weg und "ne weiße scheibe is davor "


Zuletzt editiert von BlizziBoy am 13.04.2007 um 23:15 Uhr (3x Editiert)
Inaktiv
|
Antworten: 2
Seite [1]


Sie müssen sich registrieren, um zu antworten.