[jQuery] Re: MultiFile plugin taking no parameters

2009-09-18 Thread leofromrio
I am having the same exact problem but I can't find the answer anywhere. Have you found a solution? -- View this message in context: http://www.nabble.com/MultiFile-plugin-taking-no-parameters-tp23823347s27240p25513614.html Sent from the jQuery General Discussion mailing list archive at Nabble.

[jQuery] Re: help with an animation effect

2009-07-25 Thread leofromrio
Sorry, my last post was incomplete. I've changed the code to keep it cleaner and more relevant to your question. Please, keep in mind I'm not a developer and the code is probably not up to snuff. :P HTML CONTENT HERE show hide CSS #container {

[jQuery] Re: help with an animation effect

2009-07-25 Thread leofromrio
Sorry, my last post was incomplete. I've changed the code to keep it cleaner and more relevant to your question. You will need to restructure the CSS to fit your page. HTML CONTENT HERE show hide CSS #container { width: 180px; min-h

[jQuery] Re: help with an animation effect

2009-07-25 Thread leofromrio
Hi, Robert. I've tackled this issue recently and I can post something that worked out reasonably well for me. I used it for a login box that slides down once the user clicks on the tab. You should be able to restructure it to fit your site. Please keep in mind I'm not a developer and the code is

[jQuery] Re: Another image rollover question

2009-07-18 Thread leofromrio
$(".btn").css("background-position","top"); $(this).css("background-position","0 -70px"); }).mouseup( function() { $(this).css("background-position","bottom");

[jQuery] Re: Another image rollover question

2009-07-15 Thread leofromrio
n. > > Instead of swapping the image, you'd move the [top] backgroundPosition > to 0%, 25%, 50% or 75%, as required > > Then, the logic for a "reset" would be > $(".buttonClass").css({backgroundPosition:"top"}), or something like that. > > L >

[jQuery] Another image rollover question

2009-07-14 Thread leofromrio
Hi there, Let me begin by saying I know very little about jQuery and would love to learn a lot more about it (so i don't have to waste people's time on questions like the one I'm about to ask) I am trying to design a graphic menu bar that is capable of displaying each button in 4 modes: up (neutr