But, nothing will work for that because if there is not a color value and it is assigned "transparent", it will just use it's default color because it has to prevent text from showing through the dropselect. It makes it hard to read. So regardless of what you do, you're still pretty much screwed.
__________________
Huhh, well, you screwed up this time dumby.
Free PHP BBCode parser & inserter: Please login or register to view this content. Registration is FREE
Last edited by killdude69; 09-20-2007 at 07:06 AM..
Did it work for you killdude69? All I see is a white background in IE and Firefox.
That is all it is going to be. I have already explained that if a background is assigned a transparent value, it will render it in the default color. Because if it were transparent, text from other parts of the page would show through, hamper the users abillity to read your page easily.
__________________
Huhh, well, you screwed up this time dumby.
Free PHP BBCode parser & inserter: Please login or register to view this content. Registration is FREE
I don't know how your page is constructed, but you could draw a layer and add the alpha filter in CSS and set the opacity to whatever you want. Just erase everything except opacity=? and replace ? with aplha value and it will work. You wont see it in design view, but the alpha effect will be visible in browser.