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.
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 {
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
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
$(".btn").css("background-position","top");
$(this).css("background-position","0 -70px");
}).mouseup( function() {
$(this).css("background-position","bottom");
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
>
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
7 matches
Mail list logo