This page is here to demonstrate the "Inline" style sheet.
The Styles
There are several styles that can be used on the pages of this web site. If you're using a reasonable browser, you can choose them from the selection of "alternate stylesheets." In Mozilla, select "Use Style" from the "View" menu.
These pages are here for the benefit of those using browsers that don't do CSS as well, Internet Explorer in particular. They might also help people actually notice the alternate styles—most sites don't use them, so people don't look for them.
In addition to the style sheet in question, all of the styles use some common CSS rules as well.
This Style
This style moves the navigation list up to the top of the page as a single line. This is done by setting the display
property of the list items to inline
. The :before
and :after
pseudoclasses from CSS2 are used to put some dividers around the lists; they don't work in Internet Explorer.