| | Alright html wizards...i've got a question ^_^ I assume that, like other programming codes, html and php compilers read a code from top to bottom. Say I have a object though...and I want it to load last...how do I do that? Let's just pretend I have an image that I do not want to load until everything else on the webpage is loaded...how can I set that up? Is there perhaps a javascript code for it...or maybe a CSS style I could add onto the object? Or better yet, is it possible to make everything within a div/span/table tag load last? Another thing...if I leave an iframe on the very bottom of my html code, will the iframe load after my main content is loaded, or would it load simultaneously with the original page (the page that has the iframe script on it)? Cause if that's true, it would solve the problem i had above... Heh, I need an answer to either the first question, or the second...cause either one would solve my problem of forcing an html object to load last =/ Thanks to anyone who can help me out here ^_^ |

