not a perfect solution but you won't see any subs for any of the time cursor is over "Home"

$(".sf-menu li:eq(0)").hover(
  function () {
    $(".lower").css("left","-999em");
  },
  function () {
    $(".lower").css("left","0em");
  }
);





gerbert wrote:
Joel Birch are you around? Anybody else feel like giving it a crack?
Thanks.

On Jun 2, 2:20 pm, waseem sabjee <waseemsab...@gmail.com> wrote:
  
yeah. browser computability does take a bit of time when you start from
scratch
usually either ie7 or ie6 is the problem for me....firefox, chrom and safari
i'm good with.



On Tue, Jun 2, 2009 at 10:09 PM, gerbert <gerb...@gmail.com> wrote:

    
 I was thinking I should probably just start from scratch, but opted
with superfish because I liked that it used hoverintent, that it
degraded nicely, and that it is compatible with all the browsers. I
didn't think I would be able to acomplish all that myself being a
beginner. I would love some lighter code, but don't want to lose any
of those features. Thank you for any help, I really appreciate it!
      
On Jun 2, 12:52 pm, waseem sabjee <waseemsab...@gmail.com> wrote:
      
Would you like me to show you how to create your very own jquery plug in
        
?
      
usually when i get a request for a menu system at work. the design and
animation on it would be custom and I would make my own plug in with
parameters or extend one of my existing plugins :)
        
On Tue, Jun 2, 2009 at 9:43 PM, gerbert <gerb...@gmail.com> wrote:
        
Thanks waseem,
          
I'm not sure what superdrop is, but mine is a slightly modified
version of the superfish "nav-bar style" located here:
          
http://users.tpg.com.au/j_birch/plugins/superfish/#examples
          
I will try to implement your code. The hard part is going to be
putting it in the right place. These plugins are great, but have a lot
of existing _javascript_ that's confusing for a beginner like myself.
          
Cheers!
          
On Jun 2, 12:23 pm, waseem sabjee <waseemsab...@gmail.com> wrote:
          
Isn't this a "Superdrop" style menu ?
            
ahh anyway in order to achieve that you would need to have a specific
            
class
          
for those that don't have drop downs.
            
then for the hove event
            
var theclass  $(this).attr("class");
            
if(theclass != "nosub") {
$("lower").show();
            
} else {
$("lower").hide();
}
On Tue, Jun 2, 2009 at 9:15 PM, gerbert <gerb...@gmail.com> wrote:
            
On the Superfish Horizontal Nav-bar there is one issue I am having:
when a user hovers over a button that doesn't have a subnav, it
doesn't clear out the "current" subnav menu...I think it would be
better usability-wise to clear out the links so the subnav is empty
when a parent link has no sub-menu.
 It's confusing (for example) when you rollover "Home" in a
              
navigation
      
bar and the subnav for "Products/Services" is still showing.
              
Here is an example of the behaviour I am talking about:
              
http://www.rad-dudes.com/menu/x.html
              
Thanks for any help,
Justin- Hide quoted text -
              
- Show quoted text -
    

  

Reply via email to