REALiTY SCaLED TrainGIFs


HOW TO: Part 5










You'll notice that the train goes in front of the Water tower, this is because the <DIV> tag for the water tower came before the <DIV> tag for the train in your HTML. If the water tower was in front of the train, the water tower tag would come after the train tag. Pretty basic huh? And you work this for all the different layers you add, including your second train. If you want a layer in FRONT OF the train, you put it's DIV tag AFTER the train tag, if you want a layer BEHIND the train you put it's DIV tag BEFORE. And believe me, it's best to make sure you are neat in your HTML coding, otherwise a mess could cause things to get totally distorted. Want to find out just how complex a scene can get? Click Part 6 for the final page of the HOW TO section.


Back to Menu
PART 6