[jQuery] SUPERFISH ie6 issue...or is it just CSS?

2009-02-04 Thread webdev_help

I have created a simple stripped down version of the menu.
http://superfancard.com/menu_issue.html

the issue I have is with the displaying of the sub menu on hover.

in FF and IE7 it looks like this on Hover

MENU
SubItem SubItem Subitem

in IE6:

MENU SubItem
SubItem
SubItem

I am also noticing that if you hover over the second menu in my sample
you will notice that after the MouseMove on hover the list will
sumtimes float Left as it should...

I am not sure if this is CSS or Superfish or both...

I have tried a number of things with no luck.

Thanks in Advance.

John


[jQuery] Re: Superfish display:none

2009-02-04 Thread webdev_help

My understanding is that the left-999 is used in place of the
Display:None.

On Feb 4, 4:04 pm, "Wile E. Coyote"  wrote:
> I don't want the menus to display none because of screen-readers.
> Where can I change this? I searched the code but I find nowhere that
> says anything about display:none.
>
> Thanks


[jQuery] How to debug when upgrading Jquery...

2009-02-19 Thread webdev_help

I have a number of plugins that aren't working when I upgraded the
site from 1.2.3 to 1.3+. I am assuming this is based partially on the
plugin although updated them to the latest as well...How can I begin
to troubleshoot these changes? I am thinking it could be something
with the selectors - core - I dont even know how to troubleshoot it
doesn't throw errors - just doesn't seem to be binding to the
elements.

I know this is vague -  I am just looking for somewhere to begin. I
want to update the site to the latest version just dont have time to
rework all the code.

thanks in advance.

John


[jQuery] Re: How to debug when upgrading Jquery...

2009-02-19 Thread webdev_help

Another Note:

FORM PLUGIN - AjaxForm(); no longer works and I have downloaded the
latest version.
SUCKERFISH PLUGIN - doesnt work and I have the latest as well.
BLOCKUI - doesnt work with latest version





On Feb 19, 2:57 pm, webdev_help  wrote:
> I have a number of plugins that aren't working when I upgraded the
> site from 1.2.3 to 1.3+. I am assuming this is based partially on the
> plugin although updated them to the latest as well...How can I begin
> to troubleshoot these changes? I am thinking it could be something
> with the selectors - core - I dont even know how to troubleshoot it
> doesn't throw errors - just doesn't seem to be binding to the
> elements.
>
> I know this is vague -  I am just looking for somewhere to begin. I
> want to update the site to the latest version just dont have time to
> rework all the code.
>
> thanks in advance.
>
> John