MyBB Community Forums

Full Version: transparent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know how to make the backround (any backround) transparent or invisible???
something like this in the CSS I imagine would work,

.table1 {
background: transparent;
}
aye, you can also do it with images

.class {
background: transparent url(blank.gif);
}