Jump to content
xisto Community
Sign in to follow this  
simipro

Trembling Message

Recommended Posts

<script type="text/javascript"> //Generate transition CSS (transition=0 to 23)document.write('<STYLE TYPE="text/css">.imgTrans{ filter:revealTrans(duration=0.4,transition=12) }</STYLE>');//Uncomment the next line for fading rollovers instead of dissolving://document.write('<STYLE TYPE="text/css">.imgTrans{ filter:blendTrans(duration=0.4) }</STYLE>');var onImages=new Array();function Rollover(imgName, imgSrc){onImages[imgName] = new Image();onImages[imgName].src = imgSrc;}function turnOn(imgName){ if(document.images[imgName].filters != null)document.images[imgName].filters[0].apply();document.images[imgName].offSrc = document.images[imgName].src;document.images[imgName].src = onImages[imgName].src;if(document.images[imgName].filters != null)document.images[imgName].filters[0].play();}function turnOff(imgName){ if(document.images[imgName].filters != null)document.images[imgName].filters[0].stop();document.images[imgName].src = document.images[imgName].offSrc;}//Specify name of participating images, plus paths to their onMouseover replacements:Rollover("home", "home_on.gif");Rollover("about", "about_on.gif");Rollover("scripts", "scripts_on.gif");</script>

Share this post


Link to post
Share on other sites

Instead of making a separeate post for every sample of code, why dont you put them together and post them in the tutorial sections? Otherwise it looks like spam to me.

Share this post


Link to post
Share on other sites

Ah, this topic was meant for you to post the script that would make a 'trembling message'? The title mislead me. :-/ I thought you received a trembling message from one of the users or was like harassed or something. Anyways..*goes back to Lurking*>_>

Share this post


Link to post
Share on other sites

I don't think the script will work if you don't give us the images you are using in it too. Like home_on.gif.

Share this post


Link to post
Share on other sites

the images are changeable to what you need, unless they are part of the effect, then i dunno, i have no use for this script, but then i would have to have something to code it into, lol

Share this post


Link to post
Share on other sites

Where can I see an example of what this script does? It looks like it simply displays a different image when the mouse hovers over it.

Share this post


Link to post
Share on other sites

You would expect moderators to follow the rules? :\ :angry:

58098[/snapback]


totally agree, its not the first time that simipro (a moderator and author of this thread) makes this kind of bad posts.

 

here are other 2 threads similar to this one, that are posted on the wrong section of the forum, and its just a copy/paste of a script:

 

http://forums.xisto.com/topic/8023-banner-scroll/

http://forums.xisto.com/topic/8022-code-no-right-click-this-is-a-html-code/

 

and we have more 2 threads that are suspicious:

 

http://forums.xisto.com/topic/8025-hurricane-eye-filter-effect/

http://forums.xisto.com/topic/8026-adobe-photoshop-fire-text/

 

those are posted on the tutorials section, and it also seems a simple COPY/PASTE from another tutorial. there are like 10000 tutorials similar to those.

 

it seems an easy way to gain credits and something should be done about this.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.