Menu Tabs (Part 2)

July 4th, 2009

Drawing from the previous tutorial, I want to place the menu tabs in the following arrangement. Working from the outside in, let’s position the page content. In the following HTML document, I’ve assigned ids to two elements. A container – This constrains the width of the page and centers it. The page – Houses the [...]

Menu Tabs

July 2nd, 2009

This tutorial will take a bland, unordered list and through the magic of CSS (Cascading Style Sheets) manipulation, turn these into curved menu tabs that run lengthwise along the page. Keeping things simple, I will use CSS version 3 features to make the tabs curved, supported by Firefox and Safari 3.0 or later. <html> <head> [...]