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
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
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
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
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
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
6 matches
Mail list logo