[jQuery] Re: listmenu

2009-10-24 Thread rui lobo
Thanks for answering , when we mouseout the .lm-menu class it disappear . I would like to always have the menu showing until we click another letter. similar to list nav. Maybe it's just better to use listnav. Rui Lobo R.Solve 2009/10/24 Jack Killpatrick j...@ihwy.com HI, Glad you

[jQuery] Re: problem with horizontal menu style

2009-05-17 Thread rui
Could you explain me how to do that? Is it inside superfish module? Or do i have to edit a specific file? Rui. On May 16, 5:13 pm, Charlie charlie...@gmail.com wrote: fix your overflow: hidden in parent div rui wrote:Sorry! Here it is:www.freequizzes.info/codigoOn 15 maio, 18:21, Ethan

[jQuery] Re: problem with horizontal menu style

2009-05-16 Thread rui
Sorry! Here it is: www.freequizzes.info/codigo On 15 maio, 18:21, Ethan Mateja ethan.mat...@gmail.com wrote: Link? On Fri, May 15, 2009 at 12:00 PM, rui mourato@gmail.com wrote: I've just installed this extension, but i'm having some problems. Need to implement a horizontal menu

[jQuery] problem with horizontal menu style

2009-05-15 Thread rui
I've just installed this extension, but i'm having some problems. Need to implement a horizontal menu style in user4, or user 3 positions on rhuk_milkyway template. When the menu drops down, it's not visible. what can i do? Thanks and regards Rui

[jQuery] Superfish: submenus out of windows

2009-03-13 Thread rui
direction rather than the right ones? I'm nowhere in Javascript, so just can't figure out how this could be possible nor done. Thanks all in advance. Rui

[jQuery] accessing 'caller' object within post

2009-02-23 Thread rui
hi all, i'm having troubles accessing the 'caller object of an ajax post for instance function A () { this.avar; } A.prototype.myFun = function() { this.avar; // no problem here $.post(url,data,callback) { this.avar; // here is the problem (a) } } a = new A; - (a)

[jQuery] accessing 'caller' object within post

2009-02-23 Thread rui
hi all, i'm having troubles accessing the 'caller object of an ajax post for instance function A () { this.avar; } A.prototype.myFun = function() { this.avar; // no problem here } a = new A;

[jQuery] Superfish with semi transparent background

2009-02-06 Thread Rui Peixeiro
Hi, I try to use Superfish with semi transparent background, making this: .sf-menu li { background: #404040; filter:alpha(opacity=90); /* Internet Explorer */ -moz-opacity:0.90; /* Mozilla 1.6 and below */ opacity: 0.90;

[jQuery] Google maps

2009-02-03 Thread Rui Costa
Hi, Hi have develop a google maps with a form at the top of a marker, but i want to register information by using ajax - $post(...) -. I've tried to manipulate the textboxes, but, with no success. code var infoTabs = [ new GInfoWindowTab(Dados,

[jQuery] Re: Superfish superfish.js + prototype.js + scriptaculous.js

2008-05-13 Thread rui gomes
which is really useful - you can learn about it here: http://docs.jquery.com/Using_jQuery_with_Other_Libraries Joel Birch. -- __ Rui Gomes

[jQuery] Superfish superfish.js + prototype.js + scriptaculous.js

2008-05-12 Thread rui gomes
Hi, I´m using the superfish vertical menu with an ajax (scriptaculous +prototype) application and the superfish was working just fine, before add this application. Now, when i do a mouseover the 2st level menu, just appears and disappears !?? here´s the link: http://marteleira.com [code] link

[jQuery] Snap to grid on BBC website

2008-03-10 Thread Rui Pacheco
direction? iGoogle seems to have the same functionality and I know they also use jQuery. Are they using it on iGoogle or are they doing it using their own JS libraries? Many thanks for your help. Rui

[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa
hi scott, thanks, but i put your sentece into an alert command, and de alert window don't opened. if remove [0] the alert window shows undefined. Any other option?

[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa
http://www.mobiliarioemnoticia.pt/wmv/testemunhos.asp i add 2 buttons. click them.

[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa
you're right. what a fail thanks for this.

[jQuery] Re: Read PARAM from Object

2007-06-20 Thread Rui Costa
so far so good. i'm getting the solution i need. well, at the right side of the wmv video, there are a list of videos, and i need to click, and change de source of the video and start to play, so i try this: $(#mediaPlayer [EMAIL PROTECTED])[0].value = $(# + this.id).attr('title'); // it's the