Will css position method affect browser rendering performance?

Posted by Relax on Stack Overflow See other posts from Stack Overflow or by Relax
Published on 2010-05-06T10:17:17Z Indexed on 2010/05/06 10:18 UTC
Read the original article Hit count: 192

Filed under:
|
|

Considerring two DIVs A and B, which A includes B, and CSS:

A { margin-left: -2000px; }
B { margin-left: 2000px; }

with this CSS, position of B is no difference to its situation with no CSS, i want to know will there be a performance decrease when rendering? Compare to the case of no CSS.

© Stack Overflow or respective owner

Related posts about css

Related posts about Performance