Hi-
Sorry it's taken me so long to process this, got stuck doing other things. Alright so it works and it doesn't work. In IE6 the "fly" works but I can't get the variable "distance" to be...
Type: Posts; User: mourenia; Keyword(s):
Hi-
Sorry it's taken me so long to process this, got stuck doing other things. Alright so it works and it doesn't work. In IE6 the "fly" works but I can't get the variable "distance" to be...
Thanks! Before anybody gets on me about posting in this forum...let me just apologize, I should have posted it in the DD scripts forum. My bad! If Twey still wants to work on the compatibility...
It's me again! I found this flying text animation on dynamic drive, but it only works for IE5+. How do I make it Netscape and Firefox compatible?
<h2><span id="fly"></span></h2>
<script>...
Thanks so much! It works perfectly.
~Wren
Sorry, I didn't explain this very well. Alright:
1. page loads and you have four texts and a base image
2. when you scroll over a text a corresponding image fades in to replace the base image
3....
Thanks! Next step. My ultimate goal is this: same thing but I have four texts with four corresponding images to display in one image placeholder as the user scrolls over the texts (hence the...
It still doesn't work after making the correction with setTimeOut. I also added code so it would work in IE and older Firefox browsers. Any other suggestions? The image still just blanks out and...
First: I'm new, I'm trying....thanks ahead of time.
When my page loads there is an image and a text. When the user puts their mouse over the text I want the image to fade to a different image. ...
The variable "delay" is the time between each text. Just decrease to make the next text appear faster. If you want the actually fade in to happen faster then you can change the variable "stepdelay"...
Works great now. Thanks for all your help!
-Wren
Thanks! Your code may solve the problems I'm having with my own attempt. I found a dynamicdrive code for fading in text using rgb colors and tweaged it....BUT the first text comes out great,...
Thanks for all your help. It's working perfectly. Your tips were helpful as well. Working now on a smoother transition. It's a little choppy using only a few colors for the fade in. Looking into...
I am new. I am learning. I would appreciate patience. Okay, so what I what to do is simply fade-in four lines of text at different locations on a page. This is what I have written. Not working. ...