Hey, i was wondering if there is a opacity CSS code i could use that works in IE as well as Fire Fox? I'm trying to make semi-transparent tables
I used opacity: 0.6; and it worked in FF but not in IE 6.
When i added in
filter: alpha(opacity=60); & opacity: 0.6; to the css sheet it worked in both, is this alright?
I'd like to get something that works in all browsers if i could in case someone isn't updated to the latest.
Thank you!