Friday, July 15, 2005
Fixed Viewport without tables
You need to understand the interpretation of the brand style for the web. The ‘border’ elements - left, right, top and bottom need to surround the content at all times. In other words they need to be fixed in relation to the window or ‘viewport’. Scrolling the content should be possible but the ‘borders’ need to stay where they are. I use the word ‘borders’ as a visual feature NOT as a CSS attribute.
furthermore...

