Right Column Menu with Sub menu items

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Dipankar
Forum Members
Forum Members
Posts: 19
Joined: Wed May 09, 2007 4:51 am
Location: India

Right Column Menu with Sub menu items

Post by Dipankar »

Hello....

I have implemented a Vetricle menu on Right Column of my page. (Vertical menu for the CMS CSS Menu Module by Alexander Endresen)

Now the main problem that I am facing is , with the Sub Menu Items, as those are getting open  the extreme right side of the Browser beyond the right-hand side browser's slider, so, its partially visible.

I would like to open the Verticle submenu items on the left side of the menu.

Note: the menu is based on the right side of the page in Right Column.

Any help or suggestion is most welcome....

Dipankar
Dipankar Banerjee
www.dbanerjee.com
Kolkata
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: Right Column Menu with Sub menu items

Post by Nullig »

Try:

#primary-nav, #primary-nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
/* margin-left: -1px; */
  margin-right: -1px;
}

#primary-nav ul {
  position: absolute;
  top: 0;
/* left: 100%; */
  right: 100%;
  display: none;
}

Nullig
Dipankar
Forum Members
Forum Members
Posts: 19
Joined: Wed May 09, 2007 4:51 am
Location: India

Re: Right Column Menu with Sub menu items

Post by Dipankar »

Hello Nullig,

Thanks for your inputs, it worked out well...!  :)
Dipankar Banerjee
www.dbanerjee.com
Kolkata
Post Reply

Return to “Layout and Design (CSS & HTML)”