CSS Dynamic Margin on Window Resize
Posted
by korymath
on Stack Overflow
See other posts from Stack Overflow
or by korymath
Published on 2010-06-14T20:51:08Z
Indexed on
2010/06/14
21:22 UTC
Read the original article
Hit count: 260
JavaScript
|css
Can I dynamically ensure that the content always remains centered in the window pane on this website?
Right now it uses a static margin-left on the .items class, and it uses jquery tools.
Can I do it in just CSS or CSS and Javascript?
Thanks,
Kory
© Stack Overflow or respective owner