0
votes
4answers
950 views
jQuery : crossfading image on hover
Hello guys,
I'm trying to implement a 'fade into' script which would affect two images :
<script type="text/javascript">
$(document).ready(function(){
$('img').mouseover( …
0
votes
3answers
12 views
sifr fade problems on IE
hello,
i use a sIFR title in a list on my website. i fade list-items out and in. works fine. but in IE when i fades, the sIFR title suddenly has a black background. but just during the …
1
vote
6answers
822 views
jquery fade effect not working in FF
This piece of code fades the div fine in IE. In Firefox 3.0.8, the fade time goes by and the div disappears instantly. I can't find anyone mentioning this problem.
$(function() {
…
0
votes
3answers
63 views
Best way to fade in/out image
What is the best (least resource heavy) way to fade an image in and out every 20 seconds with a duration of 1 second, against a black background (screensaver), in C# ?
(an image about 350x130px).
I …
0
votes
3answers
225 views
Best approach to slideup and tabs with jQuery
I'm creating a page with an image at the top, and a menu below. When the user clicks on on of the 3 menu buttons, the image slideUp and the page scrolls down so the menu is at the top of the page, …
0
votes
1answer
91 views
JQuery Help with Hover/Fade/Animate Image
Hi guys
I would like to create a javascript/jquery so that when I hover an item, 2 or 3 classes are called as a hovering image, since there will be a "left", "middle", and "right" image. The left …
0
votes
4answers
190 views
How to replace slide effect to fade out/fade in effect on this slideshow?
Hi guys!
I need replace slide effect to fade-out/fade-in effect on the prev and next slide functions:
function animate(dir,clicked){
u = true;
switch(dir){
case 'next':
t …
0
votes
3answers
76 views
adding fade to jquery image replacement
Hello-
Im creating a nav that uses jquery to replace the image on rollover. Here is the code I am using:
http://peps.ca/blog/easy-image-rollover-script-with-jquery/
basically, you add a suffix …
0
votes
1answer
48 views
jQuery fade not working in IE
http://bit.ly/Veyy5
If you view the above URL in FireFox and try to change any of the search parameters you'll see that the search results portion of the page fades to a low opacity and then fades …
0
votes
2answers
606 views
Jquery fade stop error: jQuery(”.box”).stop().fadeIn();
This code is not working, what im doing wrong?
Tnks.
var x;
x=jQuery(document);
x.ready(inicializarEventos);
function inicializarEventos()
{
var x;
x=jQuery(".Caja2");
…
0
votes
0answers
24 views
How to callback the button animation?
I found a nice menu which have a background image fade out, as shown here
http://www.queness.com/post/411/create-an-attractive-jquery-menu-with-fadein-and-fadeout-effect
But however when I rapidly …
1
vote
4answers
84 views
Fx on Javascript: How to fade stuff, etc without frameworks?
Hi,
I would like to learn how to do fade, and similar effects on Javascript.
I often get answers, like why not use Jquery, mootools, etc ? Well, I
want to learn how stuff works, then I wont mind …
1
vote
3answers
67 views
JavaScript: I’m looking for a lightweight background color (div) fader
Does anyone know of a lightweight (small file size) HTML background color fader?
Something like the below pseudo-JavaScript
…
0
votes
1answer
133 views
Jquery hover fadeIn/fadeOut problem
http://www.izrada-weba.com/orso
On mouseover on link "NENATKRIVENA TERASA..." submenu and image fade in together. Submenu is faded using some downloaded script and image above is fading using my code:
…
3
votes
1answer
94 views
Fade in/Fade out for MAAttachedWindow
I'm using Matt Gemmell's MAAttachedWindow (http://mattgemmell.com/source) with an NSStatusItem to display a custom view in the menu bar. I'm confused as to how to get it to fade in and fade out. …
