What CSS Needs: Granular Positioningcoderwall.com 4 pointshackernews13 years ago2 commentsSaveHideCopy link On HNComments−protonfish13yYou can center fixed positioned elements in CSS already like so: #mydiv { position: fixed; left: 50%; margin-left: (pixel offset relative from center of page) }−beghbali13yI'd also like to see commonly JSed scenarios supported in CSS like toggles, slides, solid positioning
Comments
You can center fixed positioned elements in CSS already like so:
I'd also like to see commonly JSed scenarios supported in CSS like toggles, slides, solid positioning