transparentz
ja hallooo :)
ich hab' das antivlle-lay und will die eintragsspalte durchsichtig haben. hab mal #pagebody {background: transparent;} gemacht, ging aber nicht. jemand andere idue?
danke im voraus - wäre super!
ich hab' das antivlle-lay und will die eintragsspalte durchsichtig haben. hab mal #pagebody {background: transparent;} gemacht, ging aber nicht. jemand andere idue?
danke im voraus - wäre super!
was genau meinst du mit transparent?
geh mal...
#wrapper { text-align: left;
background: #000000;
padding-top: 15px }
kommentiere dort mal die schwarze ebene aus:
#wrapper { text-align: left;
/* background: #000000; */
background: transparent;
padding-top: 15px }
dann legst du im body mal einen bildhintergrund in die ebene dazu:
body { text-align: center;
background: #efefef url(https://twoday.net/static/zun/images/**dein- hintergrundbild**.gif) repeat-y fixed; }
-
probiere das einfach mal aus (referenz dazu hier)...