View Single Post
  #1  
Unread 06-04-2008, 08:56 AM
pooka's Avatar
pooka pooka is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 250
Default semi transparent / opaque browser window?

http://www.eq2interface.com/download...usbrowser.html

The screen shot for this mod seems to show a semi-transparent web page. After downloading the mod and banging my head against the keyboard for a while, I'm stumped. I can make all of the individual elements semi-transparent, but the browser window itself seems to want to be either on or off.

Is this a bit of css trickery that I'm missing??
Code:
*{
background-color: transparent;
opacity:.5;
}
Reply With Quote