Appearing content and disappeared withing a second
Hi,
When I enter the configured website, the content that is published will show up for a second. After that it is dissapeared. When I look into the HTML source of the page by eg IE8, I can see the rendered content. But visually there is no content.
Are you using an CSS addons like PIE.htc for rounded corners? That can cause some problems. Also, try setting the div containing the content to position:relative - that can sometimes show up issues.
Appearing content and disappeared withing a second
Hi,
When I enter the configured website, the content that is published will show up for a second. After that it is dissapeared. When I look into the HTML source of the page by eg IE8, I can see the rendered content. But visually there is no content.
Any ideas?
Roel
Hi Roel
If you see the page in another browser does it then behave the same way?
I'm asking to find out if this could be IE related and if it perhaps is a CSS issue.
/Jan
Hi Jan,
Yes the same behaviour. In Chrome I can't see the rendering of the right page because it goes to fast. But the endresult is the same.
Roel
Hi Roel
Hmm, that's weird.
Does it also happen if you disable your stylesheet (if you're using any at the moment)...
And how about JavaScript? Is there something that could trigger this behaviour?
/Jan
Hi Roel,
I've had a similar issue before.
Are you using an CSS addons like PIE.htc for rounded corners? That can cause some problems. Also, try setting the div containing the content to position:relative - that can sometimes show up issues.
Have you got a URL we can check?
Cheers,
Tony
This is the problem:
<script src="http://ajax.googleapis.com//ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com//ajax/libs/jqueryui/1.8.10/jquery-ui.min.js"></script>
Tomorrow I will add jquery local, now going home :-)
Hi Roel
Happy to see you got it sorted out.
It can really be frustrating when the sites are bugging and you just can't figure out what it is.
Therefore it's always a good idea to start by disabling/outcomment script references and keep going on to the next layer untill the bug disappears.
/Jan
is working on a reply...