On Fri, Feb 24, 2012 at 8:48 AM, Neal Watkins <nealwatk...@gmail.com> wrote:
> on the link belowhttp://constructweb.com/test/index.html
>
> hover on the nav - "discover san diego"
> on the third level links that show up on hover is there a way to make them
> all have show up  the same horizontally ( just under the header ) instead
> of relative to there 2nd level link?

It shouldn't be a problem.  Set float:left on the li that you want to be
horizontal.  Then give the ul that contains them a width sufficient to allow
them to be horizontal.

I'm not sure exactly how you want it to look, but I played around with your site
a little bit using Firebug.  I added a "horizontal" class to the ul that
contains the "Menu Features" submenu.  Then I set float:left on
ul.sd-main-navm.horizontal li and width:1000px on ul.sd-main-navm.horizontal.

If that doesn't get you closer to how you would like it to look, draw a picture
of how you want it to look and put it on that test site for us to see and I'm
sure we can come up with a solution.

--
Vince Aggrippino
a.k.a. Ghodmode
http://www.ghodmode.com


> Thanks for taking a look
>
> Neal
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to