finaldesign 0 Report post Posted January 11, 2005 Hello alltoday i run out on this website and I found it very interesting... Anyone know how they did that page? and im specialy interested in that HTML preloader... ?? how to make one?? Share this post Link to post Share on other sites
OpaQue 15 Report post Posted January 11, 2005 must be using javascript.. I havent seen the site yet Share this post Link to post Share on other sites
thecolor 0 Report post Posted April 11, 2006 Hello alltoday i run out on this website and I found it very interesting... Anyone know how they did that page? and im specialy interested in that HTML preloader... ?? how to make one?? This site has the example: http://www.farzone.net/Tutorials/ Share this post Link to post Share on other sites
WindAndWater 0 Report post Posted April 11, 2006 Yup, it uses javascript. You have quite a few other options if you want to use css (which I prefer): you can set the visibility to hidden, the display to none, the height/width to 0px or the location to off the screen. A few of them take a bit of tweeking, but they're pretty easy to impliment. You could also probably create img tags in your html directly with height and width attributes set to 0, but some older browsers ignore resizing images, or handle it badly. I'm also not sure that all browsers (Opera?) will bother caching the image if it's 0px. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted April 14, 2006 make it 1 px wide by 1 px high and place it low on the page hidden in the footer. Share this post Link to post Share on other sites
CrazyRob 0 Report post Posted April 14, 2006 i never know u could make a html proloader i only know you could do it in flash Share this post Link to post Share on other sites
hitmanblood 0 Report post Posted September 29, 2007 (edited) Yes its all about JavaScript, however I would like to point out that one of the guys posted link to the farzone and there is no example nor tutorial or I may have checked and looked in wrong directioncould you please check this. Edited July 25, 2014 by OpaQue fixed! (see edit history) Share this post Link to post Share on other sites