[jQuery] Custom animations

2010-01-09 Thread Wroathe
Hi there! I was curious if there is a way to set up custom animations so that a div will expand from a specified corner to another specified corner? (Ex. If I have a div with a background color of #000 that is 200px by 200px and when I hover over it it expands to 500px by 500px from top left to bo

[jQuery] Viewport Scroll

2009-12-15 Thread Wroathe
Hi there! I'm using jQuery to load in some content from a separate page and I was wondering if there was a way to make the browser viewport scroll down to the element I'm adding in by using jQuery or Javascript?

[jQuery] Re: jQuery Cycle Plugin and Captions - Please help!

2009-11-21 Thread Wroathe
You're on the right track!!! I added an alt attribute to the first .featured-image and it displayed exactly where I wanted it!!! The question is now how to select the img tag nested in it (in the interest of writing valid xhtml). On Nov 21, 11:06 pm, Wroathe wrote: > I tried it and i

[jQuery] Re: jQuery Cycle Plugin and Captions - Please help!

2009-11-21 Thread Wroathe
ng the code you just gave me? Sorry. I was a designer before dabbling in development. I still have a lot to learn. Thanks again! On Nov 21, 10:58 pm, Wroathe wrote: > I'll give that try and see how it works - thanks in advance for the > reply. I really appreciate it. > > On No

[jQuery] Re: jQuery Cycle Plugin and Captions - Please help!

2009-11-21 Thread Wroathe
    pause: 1, >         pager: 'div#buttons', >         pagerAnchorBuilder: function(idx) { >             return '' + idx + ' a>'; >         }, >         after: function(curr, next, opts) { >             var alt = $(next).attr('alt'); >

[jQuery] jQuery Cycle Plugin and Captions - Please help!

2009-11-21 Thread Wroathe
Hi there! I'm a little stuck and I was hoping someone could help me. I've been trying to add captions to another div separate from the slideshow and have them cycle with the slideshow and when the user uses the pager. The one catch is I was hoping to use the images in the slideshow's alt attributes