Kariton Revolution Posted March 19, 2016 Posted March 19, 2016 Im having error on slider in my thor patcher the sliders is like a small square like this wheni browse the slide.html in internet explorer Here when i browse my url where i save the slide.html and also that is the same image showing on my thor patcher but when i browse in Google Chrome its working fine ?? how to solve this please help
0 blakbord Posted July 4, 2016 Posted July 4, 2016 already solved it.. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.1.0/prototype.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/scriptaculous.js? load=effects"></script> <style> html,body{margin:0px;padding:0;border0px;overflow:hidden;} </style> <script type="text/javascript"> function ShowEffect(element){ new Effect.Appear(element, {duration:1, from:0, to:1.0}); } function FadeEffect(element){ new Effect.Fade(element, {duration:1, from:1.0, to:0}); } var i = 0; var path = new Array(); // LIST OF IMAGES path[0] = "link/to/image"; path[1] = "link/to/image"; path[2] = "link/to/image"; function swapImage_0() { document.slide.src = path[i]; if(i < path.length - 1) i++; else i = 0; setTimeout("FadeEffect('hideshow')",4000); setTimeout("ShowEffect('hideshow')",5000); setTimeout("swapImage_0()",6000); } window.onload=swapImage_0; </script> <div id="hideshow"> <a href="link/to/image" target="_blank"><img height="auto" name="slide" src="link/to/image" width="auto"/></a> </div>
0 Haziel Posted March 20, 2016 Posted March 20, 2016 Thor Patcher uses Internet Explorer, so, check any code on IE and it probably may be compatible with Thor Patcher.
0 Kariton Revolution Posted May 4, 2016 Author Posted May 4, 2016 Thor Patcher uses Internet Explorer, so, check any code on IE and it probably may be compatible with Thor Patcher. hi sir sorry but where i can check any codes for that . can you tell me what is that error so i can search it on google ? plesae help me im using this patcher . https://rathena.org/board/files/file/3189-pro-style-s1-free-thor-patcher-v3/
0 Akkarin Posted July 2, 2016 Posted July 2, 2016 i also use this, has anyone solved it? It's solvable if you post your html and css, like i said.
Question
Kariton Revolution
Im having error on slider in my thor patcher the sliders is like a small square like this when
i browse the slide.html in internet explorer
Here when i browse my url where i save the slide.html and also that is the same image showing on my thor patcher
but when i browse in Google Chrome its working fine ?? how to solve this please help
6 answers to this question
Recommended Posts