[jQuery] Superfish appears behind Flash in IE7

2008-01-07 Thread Luke Brookhart

I'm having a problem with Superfish drop down menus appearing behind a
flash object in IE7.

I use FusionCharts for a Flash Chart system and I've set the flash
settings with  and  but I still have the problem. It only
occurs in IE (go figure) and it works properly in Firefox. I've even
tried increasing the z-index of the menu items in the css file, but
still no luck.

Here is a static post to see what I mean. I really need to use both
Superfish AND flash, but my IE customers won't be able to get to the
menu items.


http://dev.pureagent.net/admin/fusionchart_and_superfish_problem.html


Luke Brookhart


[jQuery] Events/error example does not work

2007-12-30 Thread Luke Brookhart

The following example that's given in the Event/error page at (http://
docs.jquery.com/Events/error) does not work. Based on my understand of
the example, this is supposed to bind the function to the browsers
"onerror" function and pass the msg, url, and line. Instead of doing
this, it just passes the DOM eventObject in the msg variable.

$(window).error(function(msg, url, line){
  jQuery.post("js_error_log.php", { msg: msg, url: url, line: line });
});



[jQuery] Superfish submenus flowing outside of browser window

2007-12-19 Thread Luke Brookhart

Can anyone help me with the Superfish plugin. I absolutely love the
way it works. I just have one issue with the submenu appearing outside
the browser window. Since my menu is right aligned, and since the
submenu does not match the width of the top level menu (because I
wanted to keep the top menu tight against the width of the text in
each menu link). Here's a screenshot link:


http://dev.pureagent.net/overflow_issue.png


Thanks,

Luke Brookhart