appying alpha value in css

M

micky

foo {
background-color: rgb(255,0,0);
color: rgb(0,0,0);
opacity: 50%;



}

in vs2005, opacity attribute is not valid.

it says opacity is not a known css property name....

and also not apply in browser ...why?

i'd like to apply opacity .
 
B

Bruce Barker

because opacity is not a valid css style property, so browsers ignore it,
and VS gives a warning. the only way to get opacity is to use an image.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top