Re: [jQuery] fading

2009-12-10 Thread Charlie Griefer
Show us yours, first :) On Thu, Dec 10, 2009 at 6:32 AM, jnf555 wrote: > hi > i am trying to ceate a page where one image fades in over another int > the same position > > can anyone show me the code > thanks > jnf555 > -- Charlie Griefer http://charlie.griefer.com/ I have failed as much as

[jQuery] fading

2009-12-10 Thread jnf555
hi i am trying to ceate a page where one image fades in over another int the same position can anyone show me the code thanks jnf555

[jQuery] Fading list items in one at a time

2009-11-21 Thread Heath
Basically what I am trying to do here is fade in all of the list items of a given unordered list one at a time. Here's what I have so far, but once I add the setTimeout (so that everything doesn't fade in instantly) it goes completely fubar. Any suggestions on how I should 'wait' until the item is

[jQuery] fading issue in IE7 (works fine in FF)

2009-11-05 Thread Justin
Hi, I'm having a problem with the fade in in IE7 using jQuery1.3.2 with this simple event binding to 3 buttons. In IE when I first pressed any of the button the fade in works, but after the initial fade in the page loads, but does not fade in at all. I have no problem with this in Firefox. Any hel

[jQuery] Fading Background AND Text, Navigation?

2009-10-28 Thread JezThomp
I'm after something like http://www.aplweb.co.uk/jQuery/Fade_background_menu_colour/ this Fading from grey to black however, i need the text to fade also, can this be done? That example just has the background fading. I need it fading from gray to black, whilst the text fades from black to wh

[jQuery] fading images

2009-09-04 Thread InLife
Hi all, I am trying to create a fading image swap for my body's background, using jQuery. Since I could not find out how to just fade a backgroundImage (especially) on the body tag in the CSS, I created a #background tag in my CSS looking like this: #background { width: 100%; min

[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] Fading Out a Flash Object - Strange Behavior

2009-08-04 Thread orandov
I am trying to fade out a Flash embed object and fade in regular Html. For some reason the callback of the fadeout method gets fired multiple times, before the fade out has finished. The result is that the Html gets appended multiple times in the callback function and it blinks an extra time.

[jQuery] Fading background images in and out

2009-07-16 Thread osu
Hi, Just wondering what the best way to cycle (fade in and out) background images is? I´ve got to create a homepage with a navigation and nothing else but background images fading in and out behind it. I was going to use the Cycle plugin for Jquery, but it means I need to create a div with image

[jQuery] Fading text in/out (like a text slideshow)

2009-04-27 Thread Mitch Cohen
I have a small portion of a page which will contain a set of animated text snippets. Item one will appear immediately, then fade out; item two will fade in, pause, then fade out, etc. At the end of the sequence item one will appear again repeating forever. It's basically a slideshow of styled H

[jQuery] Fading issues in Internet Explorer 7 when using jQuery

2009-03-16 Thread staffan.estberg
Hi, I'm using jQuery on a site that I'm working on and everything works as it should - except in Internet Explorer 7 (and previous versions, but the site doesn't support them). Fading content on the site simply won't show up in this browser. Take a look at http://dev.staffanestberg.com/fromswede

[jQuery] fading rollovers causing problems in IE6 and IE7

2008-11-24 Thread zenicanin
I've used the code provided by, http://jqueryfordesigners.com/image-cross-fade-transition/ Here's the site in question, http://www.hbportfolio.net/clients/thestlnightlife/ Any idea why sometimes it would show both images underneath each other in IE6? It shows last image twice in IE6. And I think

[jQuery] Fading out the CONTENTS of a form field (ie: the value)

2008-10-21 Thread RyanJW
Hiya guys, I've put together a basic handler for clicking on a field. It simply empties the field for you when selected, and if you don't enter anything it puts the default text back in: $("#field_154038").focus(function () { if ( $(this).val() == "Please enter your postcode" ) {

[jQuery] Fading images with jQuery

2008-07-14 Thread viewsonic712
Hi, I would like to fade 4 images with jQuery, 1.jpg, 2.jpg. 3.jpg. and 4.jpg I have the following code, but no luck yet :( $(document).ready(function(){ for(i=1; i<=4; i++) { $("#app").html("") $("#app").fadeIn("slow");

[jQuery] Fading image memory leak (what am I doing wrong?)

2008-03-30 Thread markie
Hi, So I have this script that copies a node, then uses an ajax call to load a new image into the new node. Then once the image is done loading, fades the old image out. After that, it removed the old node. Works great on my mac, but IE has a horrible memory leak. I verified the leak with DRIP.

[jQuery] Fading images 'slow' on mouseover

2008-03-27 Thread Nat
Hi there, Does anyone know of a way to have an image that when you rollover it, it fades into another image? Additionally, I would like the fade to be fast onmouseover and slow onmouseout. I have tried this lots of times and the issue that I keep getting is that I have to let the fades complete

[jQuery] Fading effects and anti aliasing in IE/Opera

2008-02-15 Thread Nazgulled
Hi Probably, everyone already noticed on this but when you use fade effects in IE/Opera where you change the opacity and stuff like that, the text on these browsers is poorly rendered. By other words, it's not anti-aliased. It only gets anti-aliased when the opacity is 100%. This doesn't happen on

[jQuery] Fading out a text

2008-01-07 Thread JP
Hi, I want to create an effect where text on the line starts to fade out after 100 characters. I though, I have seen such an effect somewhere but now I cannot find it. I think earlier Gmail inbox items were rendereder like that but maybe I just remember wrong because now they don't do that. Has a

[jQuery] Fading a background image

2007-12-04 Thread jonhobbs
HI Guys, I'm trying to fadeIn the background image of an A tag (which is set to display:blovk so effectively a div) when you roll over it. The A tags form the main menu of a site I am designing. I haven't managed to find any way of changing the Background Image opacity using css so can't use the

[jQuery] fading image replace?

2007-10-01 Thread jezmck
I have a webcam, currently uploading images as per motion detection. The latest image is always called Webcam.jpg, the next most recent is Webcam1.jpg, etc. I'd like to show the latest few, and replace each with the latest version of the file every minute or so. I can simply update the src (using

[jQuery] Fading element opacity problem using Interface FX!!!

2007-08-06 Thread Nazgulled
I'm using Interface Elements jQuery plugin to have some extended animation functions that I need, some are working, ie: $ (this).animate({ color: '#ff' }, 200);, some are not. I don't have full javascript interface.js file included, only the ifx.js. However, I tried to include ifx.js + easing

[jQuery] Fading links from one color to another (like Mootools)

2007-08-04 Thread Nazgulled
Hi, I'm a newbie at jQuery and basic/average JavaScript coder. Recently, I was talking to a friend, asking which JavaScript framework does he use or will use in his CMS project and he mentioned Mootools and Prototype (I'm not here to discuss them). Well, I knew Prototype, but not Mootools, so I de

[jQuery] Fading in Firefox?

2007-04-16 Thread Paul
This is probably another simple one. (I searched the archive but didn't see anything-maybe I'm not searching well.) I can't get the Fade effect to work in Firefox, though it does work in IE. In Firefox the element just disappears suddenly rather than fading out. Code below: $('#podContai