thanks, it works perfect...
Type: Posts; User: myyoungfamily; Keyword(s):
thanks, it works perfect...
HOLY COW!
My membership in the forum should be revoked for that!
How would you recommend doing this?
Hey guys,
I'm working on a simple javascript function for some checkboxes that I have in a form. If one is checked the other needs to be unchecked. Kind of like a radio button but I need these to...
Oh well, I forgot about the png thing in ie6. I ended up just putting my background in each image.
1) Script Title: Ultimate Fade-in slideshow (v1.51)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem: If I understand it correctly, the...
Ok, I think I may have figured out a solution. Here's the js file. Let me know if I messed something up...
1) Script Title: Featured Content Glider
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentglider.htm
3) Describe problem: Is there a way to have this script work...
lol, thanks for the honesty...
I'll try separating my up and down fades
Well, here's my current code with you addition and it's still happening???
function blendimage(divid, orgimgid, imageid, descid, description, imagefile) {
if (!blendimage.loaded)...
So, without a value of "true", would this prevent the function from operating period or just not on a single object? What I'm getting at is that the function being run simultaneously isn't really...
John,
I've found another issue with the pre-loader...
Evidently some browsers save the images in the browser cache and some don't. So what's happening is, when a user returns to a page where...
hmm, when I started doing web design I was led to believe FF was the best. I'm running the newest Mac OS (Leopard) and I've given up on FF because it doesn't seem to be that compatible. What's your...
thanks... that makes sence
I don't know how much you know about Flash actionscript but in my experience it didn't trip over itself when I had multiple calculations going at the same time. ...
John,
I don't mind the look alike. I'll take that as a compliment...
I was unaware of how to get an items current opacity. I didn't know if you had to deal with all the various browser crap to...
Also...
One of the things I am noticing is that when multiple fades overlap each other (like on the image strip of my site) there is a tendency for the fades to get jumpy. I'm assuming they are...
John,
Ok, I'll admit your coding level is far superior to mine, but here's what I've got working...
live:
www.justrpics.com/youngfamily & choose a gallery
javascript function:
lol, that opacity function is something I found. I was wondering about all those changes. I guess I'll be kind enough not to give them credit here.
I'm gonna take a good look at your script and...
The way this would work in flash actionscript would be:
end opacity = this
start opacity = this
new opacity = current opacity + ((end opacity - current opacity)*(speed))/(ease*(i/2));
...
Ya, every search will return results with a different length. One search I did needed a height of 7000. I didn't like the scroll bar either, but that may be your only option.
Let me know when...
Ok, see what you think of this...
Only the btscene link is working, but you can see what I did to repeat for the others.
update... I've got you working, I'm just working on an auto re-sizer for the iframe.
Is this what your're looking for?
I just thought of this... Your menu size issue may be due to the fact that you are using <p></p> tags. Try using <div></div> tags.
here, try this. It may not be perfect, but hopefully you'll get the idea.
Hey, it's working great! John, you're da man! Thank's again....
P.S.
I'd love to see something like this end up in the DD gallery scripts
I've also started another thread "Javascript Fading...