I’m working on a website at the moment which is a fansite for a videogame character and I’m creating the site using a template system with css layouts from the following site: http://www.code-sucks.com/css%20layouts/fixed-width-css-layouts/.
I’m mainly using the 3-1 column layout (http://www.code-sucks.com/css%20layouts/fixed-width-css-layouts/1-column-css-layouts/fw-3-1-col/) for most of the pages, but for one particular page, I want to use a tabbed system within the content page so that I can have a different sub-page per tab, but the scripts I’ve seen so far and tried out don’t seem to work properly.
I’d like to know if it’s possible to have a tabbed navigation system within a CSS layout and what the best ones are to use.