simipro 0 Report post Posted March 6, 2005 <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
Casanova 0 Report post Posted March 6, 2005 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
Mike 0 Report post Posted March 6, 2005 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
NeXDesigns 0 Report post Posted March 6, 2005 yeah same here, what does this script do exactly? Share this post Link to post Share on other sites
Roly 0 Report post Posted March 6, 2005 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
guangdian 0 Report post Posted March 7, 2005 It really Trempling Message for me~~~~~~~~~~~~~~~~~) Share this post Link to post Share on other sites
NeXDesigns 0 Report post Posted March 7, 2005 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
Casanova 0 Report post Posted March 7, 2005 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
Florisjuh 0 Report post Posted March 9, 2005 You would expect moderators to follow the rules? :\ Share this post Link to post Share on other sites
ket 0 Report post Posted March 10, 2005 You would expect moderators to follow the rules? :\ 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
ket 0 Report post Posted March 26, 2005 Why didn't no one replied to my previous post? other mods?admins?Florisjuh agreed with me! Share this post Link to post Share on other sites