[Question] PHP background colors
I have a launcher, and inside that launcher it shows 3 PHP files (web browser component in VB), the thing is though is when someone changes their Windows Theme (such as blue, silver, olive) the background color of the PHP file changes and looks bad. So my question is, is it possible to have a sort of transparent background in a PHP file? Heres a picture to show what I'm talking about:
Silver Color Theme for Windows:
http://img440.imageshack.us/img440/7783/php1ba3.th.jpg
Blue Color Theme for Windows:
http://img440.imageshack.us/img440/1121/php2sd2.th.jpg
See what I mean? I just want it to stay the same color. Hope that made sense.
Re: [Question] PHP background colors
I don't know what you mean exacly, but can't you make a pics with transparent background and simply add an if, so it can display one pic if it's online and other one if it's offline.
For best result in transparent backgrounds i suggest using PNG images.
Re: [Question] PHP background colors
Quote:
Originally Posted by
DanseMacabre
I don't know what you mean exacly, but can't you make a pics with transparent background and simply add an if, so it can display one pic if it's online and other one if it's offline.
For best result in transparent backgrounds i suggest using PNG images.
Where it says "Login Server: Offline" , that's not an image. That's an actual script. It's made in visual basic, I just made it basically show a web file (like an Iframe).
Re: [Question] PHP background colors
Exactly. Use style="background: none;" to disable the background for an element, that ought to fix it.