[jQuery] Re: Adding Multi-Tier to Drop Menu?

2009-10-09 Thread ehime
istically I think you chose the wrong element to start your menu > hovers with. When you hover an li, the UL that opens is within that li, > therefore as you move mouse down( or sideways) into subs you haven't left the > hovered element > I'd suggest scrapping everything

[jQuery] Re: Adding Multi-Tier to Drop Menu?

2009-10-09 Thread ehime
istically I think you chose the wrong element to start your menu > hovers with. When you hover an li, the UL that opens is within that li, > therefore as you move mouse down( or sideways) into subs you haven't left the > hovered element > I'd suggest scrapping everything

[jQuery] Adding Multi-Tier to Drop Menu?

2009-10-08 Thread ehime
I thought I could get this working with my first UL, doesn't seem to be cooperating very much though. Anyone mind helping me find out how to add the ability to traverse up to four tiers? Much MUCH appreciated! [code] $(document).ready(function(){ $("ul.subnav").parent().append(""); //Onl

[jQuery] Re: Variable div #menu height - Jquery

2009-05-13 Thread ehime
use this div#menu {height:100%; min-height: 150px; background:#??? url(images/ backgroundyoureusing.png) 0 0 repeat-x;} or this div#menu { background-color:#???; margin-left:1px; padding-bottom:10px; position:relative; } http://omnisistem.com/ was what I did, the menu is dynamic wi

[jQuery] [Breadcrumb] Doing it in JQuery? Source Provided!

2009-04-07 Thread ehime
I wrote a snippet of code that works for the most part. I'm really trying to shave it down and expand its functionality though and am having a hard as hell time doing it. This chunk of code should [b]Theoretically[/b] allow a bread crumb trail using href as the crumb. [code] function PathWatch(pa

[jQuery] Adding AutoHeight for Accordion SideBar

2008-11-18 Thread ehime
Here at work this morning with more complete source code. Here's a better description of what I'm trying to accomplish. The Height variable in my Javascript code is right now static and set at 320px vertical. [b]The problem [/b] is that since my height is predefined, yet my internals are dynamic b