|
I am working on a person website, and want the person viewing to click on an image, which will then direct them to my main sight. Based upon which image they have chosen, I want the site to load a specific css file.
My initial image has a blue gem, yellow cheese, and green grass. Thus if they click the gem, then next page they go to would load the "blue.css" file. If they pick the cheese, it would load "yellow.css" and grass would load "green.css". I would probably have a default load if they bypass the welcome page.
My question is, am I going to need to do this with Javascript? Or can this be done just with xhtml or html? Thank you for your help with this matter.
Leebert45
|