How to change how a submenu appears in a vertical menu?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
r00ki3
Forum Members
Forum Members
Posts: 87
Joined: Thu Apr 12, 2007 11:16 am

How to change how a submenu appears in a vertical menu?

Post by r00ki3 »

Hi there!

I want to change the appearing of submenuitems in a vertical css menu.
Instead of the normally way: (the items appear at the right side of the menu)
...i want them appear at the left side!

Does someone know what to change or what to do to get this working?
I hope it's possible and maybe you can help me out!

thnx in advance...

r00ki3
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: How to change how a submenu appears in a vertical menu?

Post by Dr.CSS »

You mean a menu on the right side or you want the menu items from the second level to be less left margined?...

What ver., what template, etc...

Read "how to get your questions answered"...
r00ki3
Forum Members
Forum Members
Posts: 87
Joined: Thu Apr 12, 2007 11:16 am

Re: How to change how a submenu appears in a vertical menu?

Post by r00ki3 »

Well...sorry that i was not clear! :-\
I will tell the situation:

I've a vertical menu on the rightside of a website.
The website consists of more pages (menuitems) and subpages (submenuitems)
For example "extra's", under extra's there is a category photos, news, links
If you go over the menuitem "extra's" the menu is rolling out and you can see the categories photos, news, links.
Its like: Extra >Photos
                  >news
                  >links

And the menu is rolling out to the right side of the menuitem (as displayed above)

What i want is that the sub-menuitems are rolling out to the left side!
It has to be like:
                      Photos<Extra
                        news<
                          links<

And so on...

I hope it's clear now...
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: How to change how a submenu appears in a vertical menu?

Post by Dr.CSS »

OK

The menu CSS has a call that says #primary-nav ul{position:absolute;top:0;left:100%;display:none;}
change the left to right, of course if you have arrows you need to change the right to left...
Post Reply

Return to “CMSMS Core”