Hi Olaf,

Not actually a problem - in the finished implementation, all the  
links will be operational, so if you click on a link with JS off,  
you'll be taken through to a physical page with that menu expanded.  
Similarly, if you drill down through the menus and follow a link,  
that submenu will be expanded when you reach the target page.

But that's handled server-side, not by jQuery.


Seb



On 12 Feb 2007, at 12:09, Olaf Bosch wrote:

> Seb Duggan schrieb:
>
>> I have two problems:
>>
>> 1. In Firefox on the Mac, on clicking a link, the toggled menu
>> flashes up in full for an instant, before sliding open as it should.
>> It works perfectly in Safari, IE Win 6+, Opera 8+, FF Win.
>>
>> 2. It almost works in IE 5.5, apart from the menus doing a jig to the
>> side when they finish opening. Is there a way to prevent IE 5.5 from
>> executing the jQuery scripts? (I could always do a server-side check
>> that doesn't write the <script> code to IE 5.5 and earlier).
>
> Sorry, i can't help. Also i see a third problem ;)
> when JS OFF and CSS ON no way to see the Sublists
>
> You cane used the Script for setting the Sublist to hidden, try:
>    $('#menu li ul').css("display","none").prev().click(function(){



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to