html - How to eliminate scroll text jumps -


i having issues lately discovered, tried out possibly could, without success. anyway, lets point: have text, , have title in strong (i.e. using default strong tag), , facing issues this, reason title part jumps while scrolling down, while content (body) text stays fixed without jumping up, how can fix this?

here's css 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, had done issues within code, here's 1 reproduces same issue i.e. text jumps on scroll:

http://jsfiddle.net/wl67y/7/

screenshot:

enter image description here

(left) title text before scroll, (right) after the scroll or while scrolling down.

seems there issues ff, not sure of why, seems have issues render on screen, same thing occurred within plug-in in ff, namely: firebug. code seems jump there when scrolled.

the issue whole: elements flicker while scrolling in firefox. flicker little bit.

if has solution or has experienced before, , knows how fix it, please provide me solution or show me fix, not able fix this, reason unable solve issue because i've written on 4000 lines of css past months

you may have issue unit used blue line. check sure matches rest of tags. (em, px, % etc)


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -