[jQuery] Re: fade in first problem

2010-02-07 Thread rockblock
still no real answer? in the meantime I have tried some solutions, but none of them would work. Please help. thank you

[jQuery] Problem with a simple dropdown menu: it keeps collapse??

2010-02-07 Thread 123gotoandplay
Hi, I am having a problem with www.bldd.nl/prototypes/megamenu/test11.html When you quickly rollover the menu it keeps in rollover state, how can i fix this??? regards,

[jQuery] Re: [Tooltip Plugin] Problem with tooltip and live event

2010-02-07 Thread Renatho
Hi Vengiss, $('#preview_'+id_mercancia).tooltip({ tip: '#img_'+id_mercancia, effect: 'fade', }); The error is the last comma. Correct: $('#preview_'+id_mercancia).tooltip({ tip: '#img_'+id_mercancia, effect: 'fade', }); This error doesn't affect IE and Safari because they

[jQuery] Re: [Tooltip Plugin] Problem with tooltip and live event

2010-02-07 Thread Renatho
the error is the last comma in literal object: the correct is 6. effect: 'fade' 7.}); On 6 fev, 20:35, vengiss veng...@fastmail.fm wrote: Hi, I have a table in my site that shows a list of products I get from a DB, each one has and image (thats loaded on a hidden div). I'd like

Re: [jQuery] DD_roundies

2010-02-07 Thread brian
Anchors are inline elements. Try giving it display: block (or inline-block). On Thu, Feb 4, 2010 at 7:12 PM, Erik eriks...@mac.com wrote: Hello everyone... I'm using DD_roundies for IE round corners and it works great.  BUT, I cant seen to figure out how to make the following work: a

[jQuery] Re: Problem with a simple dropdown menu: it keeps collapse??

2010-02-07 Thread ccschmitz
While there are a few problems with your code, I think you could achieve your desired effect if you threw the ul#slidemenu and #dropmenu into a containing div and then apply the hover function to the container. Something like this: -- HTML -- div idnav-container div class=grid_16 alpha

[jQuery] Check function ... Not working in JQuery. Please, is urgent. Thank You.

2010-02-07 Thread shapper
Hello, I am applying a function (tinymce) to some text areas. However I need to check before if this function exists (if its js file was loaded). If I would use JS I would do this: $(document).ready(function() { if (typeof (tinymce) !== undefined) { $('textarea.Editor-Base').tinymce({