20090218 1829 GMT-5

Im editing a internal site for a client and they have this page where
they pull inventory and its very difficult to read. In the background
they have a faded company logo - it does not interfere with the viewing
- its focusing on each line of inventory.

I was just thinking about using a alternating gray and white line for
each row. What I immediately discovered was it really messes up the
background image.

What I was thinking was doing a transparent effect on each row.

.even {
        background-color: #E0E0E0;
        opacity:0.5;
        filter: alpha(opacity=50);
        }

That didnt work so my question is - can this ONLY work on a image and
now on a color?

Wade
-- 
Registered Linux User: #480675
Linux since June 2005
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to