Jump to content

How Do I Do This?


CrazyJoe

Recommended Posts

I have seen many website with multiple skins how to they do that?Like say they have this drop down menu and you can choose your skins.
they do it through class changing and styling. read up on css (cascading style sheets), pretty cool stuff.
Link to comment
Share on other sites

You could use either Javascript or PHP to change the value of the href attribute in the <link> element, based on a cookie that's on their computer after they select a style.

Link to comment
Share on other sites

Would I have to multiple CSS links in my document?Such as This
<link rel="Stylesheet" href="Hero's green.css" type="text.css" />

yea, that's part of the beauty of css - you can link multiple stylesheets to one document and transform the document against whichever stylesheet you wish at whatever point in the program/events
Link to comment
Share on other sites

Any certain section in Javascript I should learn?
not really, but i would go through w3school's tutorial on it. it's pretty short as far as tutorials go, and easy to learn. if you can code in pretty much any object oriented language, javascript should be real easy to pick up.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...