[quote=mandose_sama]i try 2 use diz code
/* MASTER BOXES */
.commonbox, .commonbox_noborder {
margin-bottom: 10px;
background: transparent;
width: auto;
}
.evenrow {
background-color: transparent;
but
my box b/g, still not transparent looo.....
why ek??

[/quote]
[color=#660099]try using these codes..it's what i've used in mine[/color]
[color=#CC0066][b]/* MASTER BOXES */
.commonbox, .commonbox_noborder {
margin-bottom: 10px;
border: '0 to 0'px 'solid, outset, ridge, etc...' none;
border-color: transparent;
border-style:none;
background: transparent;
width: auto;
}
.evenrow {
background-color: transparent;
}
[/b][/color]