html - Fade background with transparent curtain -


it quite popular question, think.

i looking crossbrowser css solution black opaque layer. hide stuff under it.

my example: http://jsfiddle.net/pb9jv/. not crossbrowser. (ie 6+ pain in ass).

try adding the css style apply fadeover (in example : #black)

filter: alpha(opacity = 50); 

edit : want opaque or transparent given example?

have @ this, work on ie 6


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -