Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 04-06-2004, 10:17 AM   #1
CyberSan
Confirmed User
 
Join Date: Jul 2003
Posts: 360
IE Script for fading in images

Hi,

I guess, this is not an hahahahahahahahahaha, but an properitary IE script, that lets images fade in b/w to color by RollOver...

Anyhahahaha an idea, how this is done in IE?

Thanks!!
CyberSan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2004, 10:18 AM   #2
sexyclicks
Confirmed User
 
sexyclicks's Avatar
 
Industry Role:
Join Date: Mar 2002
Location: c9media.com
Posts: 3,240
http://hahahahahahahahahaha.internet.com

hahaha=jav<b>ascr</b>ipt
sexyclicks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2004, 10:18 AM   #3
CyberSan
Confirmed User
 
Join Date: Jul 2003
Posts: 360
cool - two forbidden word in one sentence :-)

First hahahahahahahahahaha was J A V A S C R I P T second one was B O D Y



:-)


is this a new "feature" here?
CyberSan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2004, 10:19 AM   #4
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
gotta love those haha hahahahahaha hahahaha's
__________________

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2004, 10:20 AM   #5
The Heron
Confirmed User
 
Industry Role:
Join Date: Apr 2001
Location: Michigan
Posts: 4,488
It's annoying, don't use it.
The Heron is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2004, 10:22 AM   #6
modelgigtalent
Confirmed User
 
Join Date: May 2003
Location: Sin Sity - Hit me here! ICQ: 165829688
Posts: 2,208
Use Dreamweaver and Fireworks to achieve what you want.
__________________


Web marketing - video editing - color correcting and more. ICQ -165829688
modelgigtalent is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2004, 10:23 AM   #7
CyberSan
Confirmed User
 
Join Date: Jul 2003
Posts: 360
Quote:
Originally posted by The Heron
It's annoying, don't use it.

hm.. i donīt want to use it for a gallery.. so guess, that will be ok?
CyberSan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2004, 10:25 AM   #8
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
Quote:
Originally posted by modelgigtalent
Use Dreamweaver and Fireworks to achieve what you want.
or learn the code from others instead of just point-n-click. makes you appreciate it more



SETUP
PHP Code:
<hahahahahahahaha
/*
Gradual-Highlight Image Script II- 
By J. Mark Birenbaum ([email protected])
Permission granted to Dynamicdrive.com to feature script in archive
For full source to script, visit [url]http://dynamicdrive.com[/url]
*/

nereidFadeObjects = new Object();
nereidFadeTimers = new Object();

/* object - image to be faded (actual object, not name);
 * destop - destination transparency level (ie 80, for mostly solid)
 * rate   - time in milliseconds between trasparency changes (best under 100)
 * delta  - amount of change each time (ie 5, for 5% change in transparency)
 */

function startLink(){
    
nereidFade(img2,100,10,30);

    
nereidFade(img3,100,10,30);
    
nereidFade(img2,30,10,5);

    
nereidFade(img4,100,10,30);
    
nereidFade(img3,30,10,5);

    
nereidFade(img5,100,10,30);
    
nereidFade(img4,30,10,5);

    
nereidFade(img5,30,10,5);

}


function 
nereidFade(objectdestOpratedelta){
if (!
hahahahahahahahahahaall)
return
    if (
object != "[object]"){  //do this so I can take a string too
        
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
        return;
    }
        
    
clearTimeout(nereidFadeTimers[object.sourceIndex]);
    
    
diff destOp-object.filters.alpha.opacity;
    
direction 1;
    if (
object.filters.alpha.opacity destOp){
        
direction = -1;
    }
    
delta=Math.min(direction*diff,delta);
    
object.filters.alpha.opacity+=direction*delta;

    if (
object.filters.alpha.opacity != destOp){
        
nereidFadeObjects[object.sourceIndex]=object;
        
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
    }
}

</
hahahahahahahaha 
In IMAGE tag:
PHP Code:
hahahahahahaha"filter:alpha(opacity=0)" hahahahahahahaha"nereidFade(this,100,10,30)" 
__________________

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2004, 10:25 AM   #9
Wilber
Confirmed User
 
Join Date: May 2001
Location: De,Oh,Lei
Posts: 1,295
http://space.hostrocket.com/m_over_example/copy.html
__________________
Sig NOT for sale

Last edited by Wilber; 04-06-2004 at 10:31 AM..
Wilber is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2004, 10:26 AM   #10
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
fuck me i hate that filter. pop over to www.maxharacing.com I used it in that layout. the first image tag you come to has the onLoad in it.
__________________

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2004, 10:35 AM   #11
Coyote
Drinker of Scotch
 
Industry Role:
Join Date: May 2003
Location: Texas
Posts: 242
For information specific to exploder's transition effects, look here.
Coyote is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2004, 10:48 AM   #12
CyberSan
Confirmed User
 
Join Date: Jul 2003
Posts: 360
thank you for all your comments so far!


this hahahahaha comments get fucking annoying now..
canīt read the php code right...
CyberSan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-06-2004, 10:54 AM   #13
gleb
Confirmed User
 
Join Date: Nov 2002
Location: NY
Posts: 311
http://www.adultexpectations.com/preview/index.php

left column middle image
gleb is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright Đ 2000- Jelsoft Enterprises Limited.