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
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
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
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
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
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
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
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.
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
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
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
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
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" ) {
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");
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.
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
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
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
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
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
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
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
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
23 matches
Mail list logo