1
alleymize
Problems with main menu navigation
  • 2008/1/25 20:17

  • alleymize

  • Just popping in

  • Posts: 17

  • Since: 2008/1/25


I am currently creating a site with XOOPS and have a totally custom template that I have created and everything appears to be working great except the fact that my menu is horizontal instead of vertical. I would like it to be vertical. Can someone help with suggestions it is located athttp://dev.hinduismtoday.com/ thanks for your help.

2
Beremat
Re: Problems with main menu navigation
  • 2008/1/25 20:19

  • Beremat

  • Just popping in

  • Posts: 11

  • Since: 2006/10/29


Add this to the top of style.css:

td#mainmenu a {display: block; margin: 0; padding: 4px;}
td#mainmenu a:hover {padding-left: 3px;}
td#mainmenu a.menuTop {padding-left: 3px;}
td#mainmenu a.menuMain {padding-left: 3px;}
td#mainmenu a.menuSub {padding-left: 9px;}

td#usermenu a {display: block; margin: 0; padding: 4px;}
td#usermenu a:hover {margin: 0;}
td#usermenu a.menuTop {margin: 0;}
td#usermenu a.highlight {margin: 0;}}

3
kris_fr
Re: Problems with main menu navigation
  • 2008/1/25 21:27

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


hi,

In style.css in your theme, just add :
#mainmenu a, #usermenu a {display: block;}


@++

4
alleymize
Re: Problems with main menu navigation
  • 2008/1/28 16:02

  • alleymize

  • Just popping in

  • Posts: 17

  • Since: 2008/1/25


Thanks for the help. I tried both and neither one changed the menus below User Menu and Main menu to become vertical. Am I missing something?

Login

Who's Online

148 user(s) are online (84 user(s) are browsing Support Forums)


Members: 0


Guests: 148


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits