CSS navigation query

Soldato
Joined
1 Feb 2006
Posts
8,188
Hi,

I am trying to style a top navigation region as illustrated (poorly) below. I don't want my last dropdown tab to extend further right than the top navigation bar item.

I can't change the code easily as this is on a SharePoint site. I don't have access to the CSS right now but I need to know will there likely be an easy fix for this? Probably the last two top level items will need to have their dropdown menu extend left as opposed to the majority of items which are fine when extending right.

menu.jpg


Any ideas?
 
The only thing I can think of is to use jQuery to find the <li> on the page and for everything towards the left add a "left" class, and a separate class for the right side of the page.

Once this is in place then perhaps use some sort of positioning CSS.
 
Back
Top Bottom