Style Author: Graphic
Style Description:
Style Version: 1.0.5 (Updated 12/05/06)
Download File: whatisreal_v1.0.5.zip
styles overview page: View
File Size: 220575 Bytes
Demo:
Original: Click Here
Screenshot:

Double_J wrote: I use opera.
And I also checked it in the others and there the background is blue but in opera the background is white plus the characters are white.
Code: Select all
html>body select {
background: url(images/blank.gif); }
* html body select {
background: #1c2a5f; }
select {
color: #fff;
font-size: 10px;
border: #1c2b62;
border-style: solid;
border-width: 0px 0px 0px 0px; }
Code: Select all
select {
background: #1c2a5f;
color: #fff;
font-size: 10px;
border: #1c2b62;
border-style: solid;
border-width: 0px 0px 0px 0px; }
bflores wrote: Outstanding. So, what is it that makes the table cells transparent?