Differences
This shows you the differences between the selected revision and the current version of the page.
| invisionfree:skinning:use_js_css 08-24-2009 2:14 pm | invisionfree:skinning:use_js_css 09-15-2009 2:50 pm current | ||
|---|---|---|---|
| Line 35: | Line 35: | ||
| ...is where the new CSS is input. Anything written between the <style> tags can be done so in the CSS language. | ...is where the new CSS is input. Anything written between the <style> tags can be done so in the CSS language. | ||
| + | |||
| ===== Example ===== | ===== Example ===== | ||
| Line 42: | Line 43: | ||
| <script language='javascript'> | <script language='javascript'> | ||
| if ( location.search.indexOf('showtopic')!=-1) { | if ( location.search.indexOf('showtopic')!=-1) { | ||
| - | document.write("<style>.maintitle { backgroundL#000; }</style>")} | + | document.write("<style>.maintitle { background:#000; }</style>")} |
| </script> | </script> | ||
| <style type="text/css"></code> | <style type="text/css"></code> | ||