benschwarz / developers.whatwg.org

Used to create the contents of developers.whatwg.org
http://developers.whatwg.org/
198 stars 39 forks source link

Different positioning for X and Y #71

Closed gmillerguy closed 11 years ago

gmillerguy commented 11 years ago

In many layouts I have to rely on separating a loop into to separate coordinating loops of data in order to rows of data that stick horizontally while scrolling vertically with the coordinating loop of rows to the side (see google spreadsheets for an example of this). With Position-X and Position-Y, one could use scrolling from the browser vertically with position-y:relative and position-x:fixed, thus only having to load a single loop with the CSS running the positioning of different columns instead of javascript scrolling, height, etc coordination.