Hi i am using CSS Opacity Property for a div tag and it works well but the problem is when I write some text or paste images on that div tag they also become fade. I just ne
Why don't you reset the opacity then?
#text in fade div { font-weight:bold; color:#8A2BE2; opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ }