Yes..
I change all the attributes like speed, delay etc and it works. But whenever I give effects, It doesnt works. Only the default effect is working.
Finally I got it..
It is the ‘back.png’ image file responsible for that color. Either you can edit the image to your suitable colour. or change the
#page{
background:url(images/back.png) left top repeat-x;
padding-top:30px;
}
section in your style file.
Even I have the same problem.
The colour which is at the top most position, A small strip of color whose color is almost #009A9A.
I couldn’t change it whatever I do.
Please help.