0
About css and style
How can I change the values of the style section in the html without changing it with an external css file ?
2 Answers
+ 2
You can use scripts internally... n
jQuery will help you more there I think.
+ 1
you should either write the css style properties in internal style section
or use a progamming language like Javascript to dynamically do that