Hacker News new | ask | show | jobs
by Kiro 3500 days ago
How would you do it and still view all the properties on one page?
2 comments

Disable all the styles. Enable the styles just for the sections that are currently visible.

It would require setting section heights to fixed values so you can know which section is visible and enable and disable styles for them without changing the sites height.

I wouldn't have the properties on one page.
Then it's more a matter of taste than laziness. I very much prefer to have them all on a single page.
Except that it loads slowly which hurts the usability so it's not really that I prefer a certain layout but more that I prefer the page to load easily.