inherit
Dancing to the Groove!
30084
0
Aug 8, 2012 20:46:26 GMT -8
Foozlebootz
Deus Videt
6,769
September 2004
foozlebootz
|
Post by Foozlebootz on Jun 24, 2005 23:58:41 GMT -8
I would like to know how to keep the table boarders in place if I make my board trasparant or opaque.
These are the codes I have for opacity & transparancy. I have managed to make transparancy work but opacity makes everything the colour of the table boarders. I am still in the experimental stage and not sure which one I will use.
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
opacity:
(Leave the field in admin > edit forum colors, next to "border color", blank. The other backgrounds you should leave as is if you want partial transparency)
<style> .windowbg { filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5; } .windowbg2 { filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5; } </style>
.................................
Transparancy
In headers
<style> .windowbg,.windowbg2,.bordercolor,.menubg,.welcomebg,.titlebg,.newstitlebg,.catbg {background-color: transparent;} </style>
.................................
Thank you for any help you can give me.
FB
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 25, 2005 22:10:57 GMT -8
PB uses a background table with cell spacing showing through for its borders. If you make that table transparent, you no longer have borders, and you can't really have transparency without making the background table transparent. It's possible to add borders back to the indvidual cells, but it doesn't look good because it creates a double border wherever the cells touch. So basically, it isn't possible.
|
|