That's exactly what I was after!
Thanks a ton Scott. I really appreciate that.
Sorry for the delayed reply. :)
On Apr 28, 2:42 pm, Scott Sauyet <[EMAIL PROTECTED]> wrote:
> Jimmiejowrote:
> > What I'm trying to do is have my content (list) fade in when you hover
> > over a button and remain
Jimmiejo wrote:
What I'm trying to do is have my content (list) fade in when you hover
over a button and remain visible so you can choose links from within
that content. When you hover off the list or button I'd like the
content to fade out.
Is this what you're looking for?:
http://scott
On Apr 26, 1:35 pm, A13thGuest <[EMAIL PROTECTED]> wrote:
> $(".rss-link").hover(function(){
> $("#rss-subscribe").fadeIn("slow");
> }, function() {
> $("#rss-subscribe").fadeOut("slow");
> });
I had tried that. It works in fading in the #rss-subscribe div when I
hover over th
On Apr 26, 1:35 pm, A13thGuest <[EMAIL PROTECTED]> wrote:
> $(".rss-link").hover(function(){
> $("#rss-subscribe").fadeIn("slow");
> }, function() {
> $("#rss-subscribe").fadeOut("slow");
> });
I had tried that. It works in fading in the #rss-subscribe div when I
hover over th
On Apr 26, 1:35 pm, A13thGuest <[EMAIL PROTECTED]> wrote:
> $(".rss-link").hover(function(){
> $("#rss-subscribe").fadeIn("slow");
> }, function() {
> $("#rss-subscribe").fadeOut("slow");
> });
I had tried that. It works in fading in the #rss-subscribe div when I
hover over th
$(".rss-link").hover(function(){
$("#rss-subscribe").fadeIn("slow");
}, function() {
$("#rss-subscribe").fadeOut("slow");
});
Jimmiejo wrote:
> I only started working with jQuery a week or so ago and love the
> library (I'm new to javascript). I've used it to create several
6 matches
Mail list logo