This is not really an answer to your question
Quote:
|
quote:karib: What can I do to solve it for sure?
|
but if it's more likely that the browser displays the bullets after a refresh, perhaps when the page loads it refreshes itself?
<script language="javascript">
window.history.go(0);
</script>
Silly answer (kind of answer) to a silly problem:)