[jQuery] Fading IE Problems

2009-08-11 Thread PF
Hi Everyone: For a client, I am attempting to get this site to work in IE and other web browsers (currently only works in Safari and Firefox for Mac): http://www.randomscripts.net/think_company_world/main.php I am using JQuery's fadeIn and fadeOut functions on the pictures to cycle them through

[jQuery] 2 Image Fade

2009-05-15 Thread PF
Hi everyone. I am wondering how I can make a fade between two photos in the background of a body of text and then have the photos change every other photo (if that makes sense). Thanks for any help.

[jQuery] Refresh Element After Changing Style

2009-05-11 Thread PF
Hi everyone: I am attempting to change the style after the user has loaded the page (every x number of seconds) but the element just doesn't seem to be refreshing. I have done all of the checking, and it seems like it is changing it but it isn't showing that on the page. Thanks for any help.

[jQuery] Re: Refresh Element After Changing Style

2009-05-11 Thread PF
, 4:16 pm, PF piercefree...@gmail.com wrote: Hi everyone: I am attempting to change the style after the user has loaded the page (every x number of seconds) but the element just doesn't seem to be refreshing.  I have done all of the checking, and it seems like it is changing

[jQuery] Fade Background Help

2009-04-29 Thread PF
Hi everyone. I am using the following method to fade backgrounds in and out with jQuery: http://www.supercow.nl/jquery/fading_background.html I am wondering if anyone knows of a way to make the pictures fade into the next picture instead of fading to a background and then the picture. Thanks

[jQuery] Drop Down Menu (sub-sections)

2009-04-21 Thread PF
Hi everyone: I am wondering if there is some way to create drop down navigation bars using jQuery. For example, if the user rolls over a choice, the sub-choices pop up and when the mouse leaves the target area it will simply disappear. I was thinking that some animation would be nice, but it

[jQuery] Re: Fade Pictures In and Out

2009-04-12 Thread PF
Sorry to bump, but I would like this finished sooner or later. On Apr 11, 3:48 pm, PF piercefree...@gmail.com wrote: Hey everyone and thanks for all the help.  I currently have the photos working in a UL list, but I can't figure out how to set them as the background.  Thanks for any help

[jQuery] Re: Fade Pictures In and Out

2009-04-11 Thread PF
Hey everyone and thanks for all the help. I currently have the photos working in a UL list, but I can't figure out how to set them as the background. Thanks for any help. PF wrote: Hi everyone. I asked awhile ago about fading content in and out, now I am wondering how to fade images

[jQuery] Fade Pictures In and Out

2009-04-10 Thread PF
Hi everyone. I asked awhile ago about fading content in and out, now I am wondering how to fade images in and out. The images will be in the background of the page (css: background-image) so I am not quite sure how I could integrate this. Any help would be appreciated!

[jQuery] Re: Fade Pictures In and Out

2009-04-10 Thread PF
I should also add that the image has to change every few seconds once the page has loaded. On Apr 10, 3:14 pm, PF piercefree...@gmail.com wrote: Hi everyone. I asked awhile ago about fading content in and out, now I am wondering how to fade images in and out. The images

[jQuery] Fade Content In and Out

2009-04-06 Thread PF
Hi everyone: I am looking for a way using jQuery to fade my content in and out when the user clicks a button. For example: The user loads the page, the content div fades in. The user clicks on a like to another page and the content fades out and then the new content fades in. And ideas?