• Networking: We're currently investigating a cascade effect causing network performance degradation in our network. - Sponsor

[Question] PHP background colors

Custom Title Activated
Loyal Member
Joined
Mar 28, 2006
Messages
2,383
Reaction score
0
Location
x Infinity +1
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:

Akai - [Question] PHP background colors - RaGEZONE Forums



Blue Color Theme for Windows:

Akai - [Question] PHP background colors - RaGEZONE Forums



See what I mean? I just want it to stay the same color. Hope that made sense.
 
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.
 
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).
 
Back