[jQuery] Re: SuckerFish menus "covered" by main content? please advise

2009-05-12 Thread Simbarashe
We had a similar issue with our website when we first developed this. When I looked at your site I did not notice the trap (IE7 and Firefox). However, this is what we did: I set the z-index css property on the menu containing div to be higher than the content area (if you use positioning then z-in

[jQuery] Image rollover effects in Superfish menu

2009-02-01 Thread Simbarashe
We have built our site using superfish to handle the main navigation menu. The top level elements are images and for selecting the 'current section" image, we use the codebehind to set the different image states, and a rollover function in the client side to handle the image rollovers. That gives

[jQuery] Jörn's autocomplete - advanced filtering an d matching

2008-11-11 Thread Simbarashe
I have been experimenting with the autocomplete, and so far am impressed with the performance. There is one thing, however, that I would like to do that I cannot figure out myself. My list items are supplied by a sql script that finds entries using both freetext and like matching. This means that

[jQuery] Re: Trouble with posting results of jquery autocomplete

2008-11-11 Thread Simbarashe
I found the answer to my own problem. I had set the id on the input tag, but had not specified the field name. The form does post, but without a name specified, the field is not included in the form values passed to the server.

[jQuery] Trouble with posting results of jquery autocomplete

2008-11-03 Thread Simbarashe
I have been working with the autocomplete library and have the autocompletion working reasonably well. However, my problem comes when I want to take the form populated with the results of the user's selections and then post it to my server side script for final results. This does not work -- I fou