BTW...I've implemented this now with Wordpress and the most recent iteration can be viewed here: http://97.107.131.227:8000
thanks, gregg On Mar 5, 11:38 pm, greggo <gosof...@gmail.com> wrote: > Thanks Brian! > > On Mar 5, 3:25 pm, Brian Cherne <br...@cherne.net> wrote: > > > Currently you get two JavaScript errors because jQuery is not defined (one > > for hoverintent and the other for superfish). Try loading hoverintent and > > superfish scripts *after* loading jQuery. > > This fixed it. > > > > > The second issue is a CSS issue. I'd recommend playing around with > > superfish-navbar.css rules. You'll likely need to adjust the width and > > background color of the subnav UL. > > I'm having a tough time with this one. Basically, since i only want > the background there on the hover, I can't use typical background > image stuff, and otherwise i can't make the ul span the entire > length...so i'm kind of stuck. > > Another question is how to make the subnav a different height than the > top nav...having a heck of time figuring that out as well. > > thanks again for help. > > > > > Good luck, > > Brian. > > > On Thu, Mar 5, 2009 at 6:15 AM, greggo <gosof...@gmail.com> wrote: > > > > I've got superfish setup and am trying to use the nav-bar style. > > > Everything is working all right except two things: > > > > 1. the hoverIntent and timing doesn't work at all. i.e. rather than > > > working with a fade in, and time delay for the subnav, everything is > > > immediate and binary (on/off) > > > 2. I would like the subnav to appear with the full length background > > > color covering the width of its span. at the moment, the background > > > only goes as far as there are items in the subnav. > > > > The page can be viewed athttp://97.107.131.227:8000/framework.html > > > > thanks for any help you can offer.