How can I make the menu items look a little better, they're just links one under another, can I add images behind each one to make them look more ike buttons and how? :/

Comments

missym’s picture

Why don't you try out some different themes and find one that you like then make some changes. Your question is vague. You can use CSS and use a background image. I'm not sure what you are asking but it's always a good idea to spend some time learning from other themes.

TSNetwork’s picture

I couldn't find any themes for Drupal 6 that have a nav bar with button images or even a background image.
"You can use CSS and use a background image."
Could you give me more details on how to do that, which file to edit?
Thank you.

missym’s picture

Use Firefox and select the element that you are trying to change. From there, add a style to the element ID/div that includes a background image. You can view source to see what CSS files are being loaded. Spend the time to experiment. I use Drupal 5 so I can't really advise you on 6. I like the Zen theme as a starter theme. There is also a book on theming out that is somewhat useful. You need to learn CSS though.