Update,
We misunderstood the post
The logo should only show during loading. After that it should be hidden. If your moolets logo does not slide out of view then you can do this to hide it
Create a div in your template to around your module location, for example if your assign the moolet to top then around this code add the div container like this:
| Code: : |
div id="moolet_online
php stuff here
/div
|
Now add the id to your CSS and assign a height with overflow set to hide like this:
#moolet_online {
height: 70px;
overflow: hidden;
}
change the height to do the correct job
Now you should have a happy webpage.
I
If this did not work then send us the URL, sorry it took a few days to get your meaning.
brian