JavaScript image overlay web application

teappyleata

New Member
I am working on an HTML/CSS/JavaScript application and I have a functionality where a user clicks several options of images (of different sizes) and when they click "Go!" the application will use JavaScript to overlay the images on top of one another (in an order so that the largest image goes on bottom and so on). I've looked around and most of the websites I looked at suggested using CSS \[code\]position:absolute\[/code\] but I was wondering if there is another way to do this using JavaScript so it is more interactive. Any suggestions? I am a beginner in JavaScript so sorry for asking a junior question.
 
Back
Top