Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7924143
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T17:35:38+00:00 2026-06-03T17:35:38+00:00

I built my CMS with Classic ASP (yeah, I know it is old). It

  • 0

I built my CMS with Classic ASP (yeah, I know it is old).
It has a shopping cart and payment system.
I’m adding in the capability for any product to have, in addition to title, price, thumbnail image, etc.: “image for stacking”.

So, for example, if you are selling t-shirts, one “product” on the page would be “shirt style” which has it’s own PNG associated with it. The next “product” on the same page would be “shirt color”. Then “logo” or “text”. Each of these items will influence one image over on the left of the page so that these PNGs “stack” to create what the end product will look like.

What I’m weak on is javascript and css. Does anyone have some code or clues to help me out?

Oh and there are hundreds of images so also, please, tips on how to make them load on the fly instead of trying to load in all images when the page loads.

Thank you, fellow programmers!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T17:35:40+00:00Added an answer on June 3, 2026 at 5:35 pm

    The CSS property position:absolute lets you place elements above each other and z-index controls the stacking order, so use them to get it all setup right.

    Then to load on the fly use javascript to change the src of any of the existing element to whatever you need it to be, like this. (using jQuery)

    <div id="shirt>
        <img id="color" src="blank.png">
        <img id="decal" src="blank.png">
        <img id="logo" src="blank.png">
    </div>
    

    –

    $('#color').attr('src','red-shirt.png');
    $('#decal').attr('src','lion-decal.png');
    $('#logo').attr('src','bold-logo.png');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Our in-house built CMS system has the ability to have descriptive url ( Descriptive
I have built a CMS system using jQuery and PHP, it has worked consistently
I built a small cms for personal websites using Rails. Each site has a
We have a CMS built on Java and it has Mozilla Rhino for the
I'm looking for CMS built in symfony framework. Any examples?
I am creating a custom CMS and have built a login system and was
I am trying to integrate a CMS into an existing ASP.NET Web site built
I've built a CMS for our company which has a huge number of functions,
I have an old CMS I built using Coldfusion. I would like to get
I've built a CMS system to allow users to create and manage online forms

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.