By Dalto11 on
So, my friend and I are working on a drupal theme to go with our schools new website we've set up. So here is what I whipped up:
http://img70.imageshack.us/img70/8022/schooltheme.png
So far its only an image and PSD of course, but we'll be turning it into CSS here soon. My question is, since he mentioned it would be a problem, is there any way to get drupal to have the menu where the buttons will be to be under my image header?
Comments
Yes, Drupal can!
Well.. actually it's not really something Drupal can do, but it's all about some CSS magic.
I'd suggest you convert your design to something like this:
Please note that I have used the primary_links menu. I do think this is appropriate for your layout.
The CSS stylesheet that's needed to center the page and to show the menu items next to each other is as follows:
It's just a basic implementation what I've listed here, but I use it as a barebone for many of my themes.
I hope this answers your question.