| Forums > Tips & Tricks > "opacity of the body" (2 replies)
|
|
|
how to control the opacity of the body?
what's the code that have to be insert?
|
| |
|
| |
|
| |
The bold one is the thing that have to be inserted, while the '50' is the opacity. Change it to a diff value and it will have another dif opacity. =)
|
| |
| |
|
| |
under 'style'
<style>
filter:alpha(opacity=25);
-moz-opacity:.25;
opacity:.25;
</style>
change '25' to whatever opacity you need.
|
| Subscribe To This Thread: RSS 2.0 or Atom (?) |
| This thread has been locked, and no new replies can be posted. |