I am having some issues lately which I discovered, tried out everything I possibly could, without any success. Anyway, lets get to the point: I have some text, and I have a title in strong (i.e. using the default strong tag), and I am facing some issues with this, for some reason the title part jumps up while scrolling down, while the content (body) text stays fixed without jumping up, how can I fix this?
Here's the CSS for my title text:
.title {
display: inline-block;
font-size: 16px;
font-weight: bold;
line-height: 16px;
margin-bottom: 8px;
max-width: 282px;
white-space: nowrap;
}
Thanks in advance!
EDIT: Sorry, I had done some issues within that code, here's the one which reproduces the same issue i.e. text jumps on scroll:
Screenshot:
(Left) This is the title text before scroll, (Right) after the the scroll or while scrolling down.
Seems like there are issues with my FF, not sure of why, it seems to have issues to render on the screen, the same thing occurred just within a plug-in in FF, namely: Firebug. Code seems to jump there too when I scrolled.
The issue as a whole: elements flicker while scrolling only in Firefox. flicker a little bit.
If anybody has a solution or has experienced something like this before, and knows how to fix it, please provide me the solution or show me a fix, I am not able to fix this, the reason I am unable to solve this issue is because I've written over 4000 lines of CSS for the past months