I have created a website with wordpress and i have a bulleted list on it as follows:
Pros
- realistic colors
- very sharp
The problem is sometimes (like each fifth time) when i load the page in Chrome, the letters of the word Pros
are wrong like Qspt
. See the following picture:
Does anybody have an idea?
Your hints got me on the right path. It was a javascript issue in ‘jquery.appear‘:
It seems that
force_appear
was responsible for the wrong letters. So I am usingforce_process
option now instead: