Content Creeps across Screen
Briefly

The article discusses a website issue where content gradually shifts from left to right as the user scrolls down, resulting in a noticeable misalignment over multiple screens. The author mentions having checked display settings and monitor drivers, but the issue persists. Recommendations provided include investigating the CSS for layout discrepancies and examining any JavaScript that might be manipulating styles during scrolling. Potential solutions focus on properly configuring these elements to prevent unwanted horizontal movement of content.
Check your CSS, as it's responsible for the page layout.
If there's Javascript involved, check to see if it is making changes to the styling while scrolling.
Read at SitePoint Forums | Web Development & Design Community
[
|
]