Table "transparant" maken

Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB2. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
ownageworld
Berichten: 252
Lid geworden op: 03 jun 2006, 17:35
Locatie: Brussel

Table "transparant" maken

Bericht door ownageworld » 09 dec 2006, 21:15

Ik wil graag de tables transparant maken...
Ik heb de My Space mod, en wil dat elke table transparant is, dus op elk profiel dezelfde opacity tables. Hoe voeg ik dat op mijn website in?
Voorbeeld: http://www.free-myspace-layouts.com/cat ... ye%20West/

Code:

Code: Selecteer alles

								  <style type="text/css">
.mygen { Created using MyGen 2.5 - www.mygen.co.uk }

.mygen { Background Properties }
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
	background-image:url('http://free-myspace-layouts.com/layout_images/kanye-west.jpg');
        }

.mygen { Table Properties }
table table { border: 0px }
table table table table{border:0px}
table table table {
	background-color:transparent;
	   		}

table table table td {
	background-color:FFFFDD;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; -khtml-opacity:0.80; }
table table table table td {filter:none;}


.mygen { Miscellaneous Properties }
div table tr td font {visibility:hidden;}
div table table tr td font {visibility:visible;}
tr {background:transparent;}
body table div font a, body table div div {visbility:hidden;}
body table table div font a, body table table div div {visibility:visible;}
</style>

<a href="http://www.free-myspace-layouts.com" target="blank">Get a MySpace layout like this one!</a>
<div style="width: 108px; height: 18px; position: absolute; top:0px;left:0px; background-color:000000; border-width:1px;border-style:solid;border-color: FFFFFF; font-family: Arial Black;">
<a href="http://www.free-myspace-layouts.com" style="color:FFFFFF; font-size: 11px; font-face: arial; position: absolute; left: 10px; top: 2px">Free Layouts</a>
</div>											  
Nu is mijn vraag: Hoe zou ik dit in de overal_header.tpl aan moeten passen (ervan uit gaan dat het op elke pagina te zien is, dat de tables doorschijnend zijn.)?

Gesloten