Hi, i found http://www.onepd.com/ so called web design pattern, Could you explain how this site works. Thanks.
It uses JavaScript to toggle display states between block (visible and "block level") and none (hidden from view) to make a single Web page look and act like an entire Web site. Given that it relies on the CSS display states being hard-coded rather than written dynamically via JavaScript, anyone who does not have JavaScript enabled while still supporting CSS will be unable to use, much less access, the Web page (or should I say "faux site"). In other words, it's not worth using in its current state.