I was wondering if you have a list of the acceptable parameters for the info box listed in the style.css file.
I was playing around with the settings a little and wanted to try and customise the appearance and behavior of the info box. I found some of the setting within the style.css file but am not sure what some of the acceptable parameters are for some of the fields. Can you help me out?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not sure what to tell you.
A style sheet is nothing more than a way to assign common features to any number of objects on your html page. Any html feature or modification you can imagine can be stored in your style sheet. Then on your html page you assign the class attribute to the objects you want to have the particular style assigned to.
The possibilities are endless.
I was wondering if you have a list of the acceptable parameters for the info box listed in the style.css file.
I was playing around with the settings a little and wanted to try and customise the appearance and behavior of the info box. I found some of the setting within the style.css file but am not sure what some of the acceptable parameters are for some of the fields. Can you help me out?
I'm not sure what to tell you.
A style sheet is nothing more than a way to assign common features to any number of objects on your html page. Any html feature or modification you can imagine can be stored in your style sheet. Then on your html page you assign the class attribute to the objects you want to have the particular style assigned to.
The possibilities are endless.
Here is a pretty good guide:
http://www.w3.org/TR/html4/present/styles.html
Here are lots of examples:
http://www.w3schools.com/css/css_examples.asp