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

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -