Archives for Sunday, May 27th, 2007
You are currently browsing 1 article(s) published on Sunday, May 27th, 2007, please try the search if you can't fint what you're looking for.
Creating Pipe-Separated Menus with Unordered Lists
Sunday, May 27, 2007
Pipe-separated menus are quite common over the internet, especially for footer-navigations.
As we all know, menus are simply lists of links and should therefore be marked up as such. Even so you see plenty of footer-navigations that are marked up with nothing more than the paragraph-element and the separating character is actually in the source code.
Thanks to the :after pseudo-element we can add the separator using CSS, and it's very simple.
- Continued...
- Comments are off
- Filed under (X)HTML, CSS, Semantics, Web Standards





