[jQuery] jQIR plus Thickbox help?

2009-02-17 Thread Wile E. Coyote
I'm using the JQIR and replacing a header link with an image. With that link that I've replaced with a header image, to launch a thickbox window. I have no idea why it's not working. If I don't use JQIR and just link a regular image, the thickbox works just fine. Any help?

[jQuery] Re: Superfish display:none

2009-02-04 Thread Wile E. Coyote
auto > > so something like #nav li ul {position: absolute; left: -px;} and > #nav li:hover ul {left: auto;} > > 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 th

[jQuery] Superfish display:none

2009-02-04 Thread Wile E. Coyote
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] jQIR - jQuery Image Replacement IE Problem

2009-01-14 Thread Wile E. Coyote
If I disable javascript in IE 7 I get a runtime error. I guess I don't know enough about this plugin to understand why I'm getting an error if javascript is disabled. Ideally, if Javascript is disabled, the image shouldn't be replaced at all and the header should show up with no errors. Any help