I've tried finding it myself (here and on the internet), but I can't find any clear documentation on how to make horizontal tabs. No submenu's, just the tabs.

I tried this:
http://groups.drupal.org/node/13131
but it doesn't work.
Also easy menu's and modules like that dont'do the trick.

Does anyone know how to install/make those things? I've never done it before, but I do know Drupal a bit.

Comments

tdimg’s picture

this is pretty much basic CSS, nothing to do with Drupal itself. Let Drupal output the menu and then use the id/classes of the html elements to style it - you obviously would've designed the tabs in your preferred image editor first. There should also be plenty of tutorials on how to design a horizontal CSS menu on the web - here's one huge list of such tutorials http://css.maxdesign.com.au/listamatic/ . Then you'd be using something like Firebug along the way.

if you don't understand a word I'm saying, you need to get up to speed with CSS design, as this topic isn't really Drupal specific.

12ejordan’s picture

Thanks a lot! :D