As in this html feat. js example, the Interview Magazine’s flash website displays a menu that is automatically placed at the center of the viewport when the page scrolls to right or left, and every links inserted smooth scrolls to the related sections.
In each section a text with a vertical scrollbar (that could be repeat in html like in this extreme site) is, for the most part, accompanied by one or two images with the same height and variable width.
Another value of the horizontal site is that it can utilize almost all the space offered by the browser’s viewport: the Blog of Urban Outfitter use 1/8 of the page for the logo and a two levels menu on the top, and the rest for the placed side-by-side posts. These follow the scheme “title-> big linked image -> small description -> category”, using divs with different widths and heights, that only in few cases let display the devilish vertical scrollbar.
In the Print & Illustration, Animation and Sketchbook pages of Tartelin’s website a div containing title and menu is placed on the “left sider” side by an horizontal scrolling div with an overflow:auto. (In this way the first section seems to use a position:fixed property)
This div on the right contains several floating images with the same height and a small description on the bottom; some of these could be zommed, without leave the current page, using the Lightbox script.
The alternative rock band Soulwax (also knew as the mashup patriarchs 2 many DJ’s) shows in its web space how a problem like the one seen in the last post could be used to extend the originality purpose of an horizontal site, playing with vertical scrollbars, widths and both text and images content. Very unusable, but very unconventional.
Although is build with a nested table layout, the site of the designer Japi Honoo shows well one of the main problem (1,2) of the horizontal way: every section has a fixed width an height, so if the text inside is taller than the container an uneasy vertical scrollbar is displayed on the right.
Les Hautes-Mynes du Thillot web site is a good example of how a touristic brochure could be transfered on web using an horizontal layout.
The 460px wide sections are placed side-by-side using CSS floating and contains on the left five links for the javascript scrolling of the page; the same links are replied in a menu on the top automatically placed at the center of the viewport.
Based on my The Horizontal Way template, the official UK website of the rockband Evanescence is divided in six sections linked by the internal anchors of the left sider’s menu.
Every section includes on the top a link that allows to scroll to this menu, and another menu - this time inline - on the bottom.
Power to the images: in Stéphane Bucco’s portfolio the html+css structure is composed by only one absolute-positioned div with a long (32702px) width and fixed (558px) height, where are inserted all the img tags related to the several artworks that are in this way displayed, as usual, side-by-side.
A little (in lenght and font-size) description is included at the bottom of every picture.
The sixth entry from the CZG, Tulipe, could help to show again an important difference from horizontal to vertical design: sometimes divs that are at the same distance from the top of the viewport and contains text with the same font-size but different amount of it can’t have the same width. It could cause problems of visualization: in this case, ‘The requirements’ column is so tall that the users with a resolution lower than the commonest 1024×768 px are forced to scroll vertically to view the entire content of the section.
The portfolio of Koniec, spanish designers and illustrators, displays a fixed menu on the left where is possible to select the five horizontal pages showing (in divs with float:left) the published artworks.