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 at http://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:

le="color: #000000"><?php 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 :
le="color: #000000"><?php #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?