View Single Post
  #4  
Old 07-31-2008, 11:43 PM
Programmer Programmer is offline
Coder
Programmer's Avatar
Join Date: Jan 2008
Location: -78.464422, 106.837328
Posts: 449
Programmer has a spectacular aura aboutProgrammer has a spectacular aura about
Send a message via AIM to Programmer Send a message via MSN to Programmer Send a message via Yahoo to Programmer
Quote:
Originally Posted by LoneAngelIbesu View Post
Nope, that doesn't do the trick. It seems like it should, though, since that's how you'd do it with HTML.
Then perhaps:

PHP Code:
// This...
backgroundalpha 0.0;
// ... or this
setbackgroundalpha(0.0); 
__________________
- Iᴀɴ Zɪᴍᴍᴇʀᴍᴀɴ
Reply With Quote