[jQuery] Re: cycle plugin works on one page, but not on the other. NO DIFFERENCE!

2009-02-10 Thread visitorQ
It looks like you haven't included any styles on this page.  What does Firebug say the size of the container is?  0?  You haven't included any sizes on the images either.  Tough to resize things dynamically within this info. = That was it!!! I just had to specify the size of the div

[jQuery] lightbox newsletter signup

2008-02-03 Thread visitorQ
hey guys! i'm trying to figure out how to develop this solution using a couple of jquery plugins. i have a text link on a site i'm working on that says 'Tell a Friend'. the idea is to have a user click it, then a lightbox will come up with a small form with a couple of text fields. then the user

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-25 Thread visitorQ
thanks mike i'll try that and get back to you guys! you're all great On Jan 25, 3:40 pm, Mike Alsup [EMAIL PROTECTED] wrote: image and have it say 'read article ' and a user could click it. then when the image fades, the link does also, until the next image fades in, with it's own text

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-25 Thread visitorQ
!) As a former owner of a standard poodle, I must say I loved looking at the labradoodles on your web page, too. --Karl _ Karl Swedbergwww.englishrules.comwww.learningjquery.com On Jan 25, 2008, at 1:21 PM, visitorQ wrote: KARL!! thank you so much! that worked perfectly man

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-25 Thread visitorQ
: On Jan 25, 2008, at 1:24 AM, visitorQ wrote: i am however having one other problem. before the slideshow worked, i had a dropdown menu on my navbar. but now with the slideshow over it, you can't see the dropdown when you rollover the navbar. sooo, i kinda need the navbar. what do you

[jQuery] Re: new jQuery user needs help

2008-01-24 Thread visitorQ
well i tried posting some code but it didn't work for some reason and it's a lot of crap so i think the best way you could help is to go to this link http://www.texotela.co.uk/code/jquery/newsticker/ and test out the first example. see how you can get it to work on your own development

[jQuery] Re: new jQuery user needs help

2008-01-24 Thread visitorQ
thank you both for your replies. so i figured out that first i must have: script type=text/javascript src=jquery-1.2.2.js/script within my head tags in order to make any jQuery plugin work. but it still doesn't work. here's the code that is effecting the problem. here's where i'm getting it from:

[jQuery] jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
hello all. i'm having trouble implementing something from the jQuery Cycle plugin that can be found here: http://www.malsup.com/jquery/cycle/download.html the effect i'm looking to implement can be found here: http://www.malsup.com/jquery/cycle/int2.html it's the Prev/Next effect. the second

[jQuery] Re: new jQuery user needs help

2008-01-24 Thread visitorQ
();}); /script On Jan 24, 6:10 am, visitorQ [EMAIL PROTECTED] wrote: well i tried posting some code but it didn't work for some reason and it's a lot of crap so i think the best way you could help is to go to this linkhttp://www.texotela.co.uk/code/jquery/newsticker/andtest out the first

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
don't need the trans file. Cheers! Mike On Jan 24, 2008 8:41 AM, visitorQ [EMAIL PROTECTED] wrote: hello all. i'm having trouble implementing something from the jQuery Cycle plugin that can be found here: http://www.malsup.com/jquery/cycle/download.html the effect i'm looking

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
i'm telling you there's GOTTA be something wrong with the plugin itself. that's the only explanation i can come up with. what do you guys think? On Jan 24, 2:29 pm, Karl Swedberg [EMAIL PROTECTED] wrote: On Jan 24, 2008, at 12:50 PM, visitorQ wrote: thank you so much for the reply

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
awards. and the deadline is tomorrow =( =( please? somebody? has anybody successfully used this plugin? if so, HOW On Jan 24, 2:29 pm, Karl Swedberg [EMAIL PROTECTED] wrote: On Jan 24, 2008, at 12:50 PM, visitorQ wrote: thank you so much for the reply! but unfortunately that isn't

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
my development environment for this site can be found here: http://98.199.114.128/lonestar/homepage/homepage.html i hope this helps =\ i REALLY appreciate all your doin to help mike! seriously. thank you! On Jan 24, 6:45 pm, Mike Alsup [EMAIL PROTECTED] wrote: i'm telling you there's GOTTA

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
oops! it's not homepage.html. just index.html so it's here http://98.199.114.128/lonestar/homepage/ thanks again! On Jan 24, 6:45 pm, Mike Alsup [EMAIL PROTECTED] wrote: i'm telling you there's GOTTA be something wrong with the plugin itself. that's the only explanation i can come up with.

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
. real frustrated. On Jan 24, 8:37 pm, Mike Alsup [EMAIL PROTECTED] wrote: You're still loading two version of jQuery and the slideshow elements are commented out. Mike On Jan 24, 2008 7:52 PM, visitorQ [EMAIL PROTECTED] wrote: oops! it's not homepage.html. just index.html so it's

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
Mike and Karl. thank you both for helping me with this thread! so just for documentation's sake i'll explain what happened: i run a linux machine and i have an apache server running. all of the files that are served on it need to have certain permissions and be owned by a certain user and be

[jQuery] Re: jQuery Cycle Plugin help needed

2008-01-24 Thread visitorQ
mike and karl thank you guys so much for helping me out with this problem. as you guys have found i figured out what the problem was. and it turns out i was sorta correct in my assumption. there was something wrong with the jquery cycle plugin. it had the wrong permissions and was owned by the

[jQuery] new jQuery user needs help

2008-01-23 Thread visitorQ
hello all! i've recently discovered the amazing features that jQuery has to offer a humble web-developer like myself. except i'm a little confused. i havent' had any luck implimenting any of the jquery plugins that i've seen. i'm trying to get a simple newsticker up, amongst other things, and