Hi,
My site has a search box and it uses a loading sprite in the form of an overlay which becomes visible when the preforms a search.
I also have a page fade which gives the site a fancy fade in and fade out effect.
Will this cause an automatic google penalty?
The site has been under performing and it has strong links and content.
Here is the css.
#overlay {
display: none;
height: 100%;
overflow: hidden;
position: fixed;
top: 0 !important;
width: 100%;
z-index: 999999;
}
#pagefade {
background-color: #FFFFFF;
display: none;
height: 5000px;
margin-top: 128px;
overflow: hidden;
position: absolute;
width: 954px;
z-index: 999999;