CSS Translucent Background
-
hello, for my college project i have to create a nice looking website, i am thinking of translucent backgrounds ..... if any of you can help me , i would like to know how I would do translucent backgrounds in an external style sheet and doesn't affect my content colours, that would be really useful ... I know it’s to do with the tag opacity i think.... Thanks
-
hello, for my college project i have to create a nice looking website, i am thinking of translucent backgrounds ..... if any of you can help me , i would like to know how I would do translucent backgrounds in an external style sheet and doesn't affect my content colours, that would be really useful ... I know it’s to do with the tag opacity i think.... Thanks
Yes it is done with opacity in css.... For mozilla and others it is #id{ opacity: 0.4; } for IE it is #id{ filter:alpha(opacity=40 ); } so mix 'em up #id{ opacity: 0.4; filter:alpha(opacity=40 ); }
-
Yes it is done with opacity in css.... For mozilla and others it is #id{ opacity: 0.4; } for IE it is #id{ filter:alpha(opacity=40 ); } so mix 'em up #id{ opacity: 0.4; filter:alpha(opacity=40 ); }
-
to simply stop opacity:1 for mozilla and for IE filter:alpha( opacity:100 )
-
to simply stop opacity:1 for mozilla and for IE filter:alpha( opacity:100 )
-
Put all of your content inside a div with a higher z-index.
Jon
Rob Graham wrote:
100% subsidies are very popular among the 50% of the population that pays no income tax...