CSS Fixed Position Font Changing -


when apply position:fixed element, font renders thinner , pixelated. if position relative or absolute, font renders cleanly.

i've noticed issue in both firefox , safari. what's happening?

edit

here image showing difference in text. thing being changed position. effect similar in safari, less dramatic.

the css font-smoothing , anti-alias suggestions don't seem make difference.

font render example

this might rendering issue. try on element better rendering:

-webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizelegibility; 

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -