This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.


Skidoo : Demo





Fluid Fixed Width

This is the companion layout to the fixed width demo in which margin values are used to keep the content within a certain width of the monitor, rather than applying a specific width. You will want to read the fixed width demo to get all the gory details.

One caveat about this approach: you will notice that, because we use floats, as the viewport gets narrower, we start to get some display goofs. This happens under the normal skidoo layout but gets exaggerated here because we're taking away an extra 30% of the display.

The min-width property can help protect users from this problem, however IE/Win does not recognize this property. Alternatives to min-width for IE will need to be used.