but after a treatment i want to hide it so i did this:
CSS Code :
body {
text-align: center;
background: url(../images/greenbg.png);
color: #fff;
font-family: myriad pro;
}
body#hide{
visibility: hidden;
}
But i cant’t find a way to use the ” body#hide” property in my javascript code .
Any idea please?
Thank you in advance
just use
and the css rule you wrote will be applied to your body