PDA

View Full Version : Background Color


jstrike
Mar 17, 2009, 08:27 PM
I have a page with a background image on it. On the page there's a table with some tabular data that takes up about 95% of the screen. I have the background color of every other row set so it's easy to differentiate between the rows. The problem is the rows that are colored completely block out the background image. Ideally I'd like the background image to show though but still have the row a slightly different color... I've been messing around w/the CSS opacity setting I'm not having any luck. Anyone have any suggestions?

jstrike
Mar 18, 2009, 12:56 PM
Solved this by creating a semi-transparent png and setting that as the background image to the row.