#javascript-css-style-switch-demo.htm / htm
<head> <style> /* Styling common to both states (add extra styling as needed) */ .textDefault, .textAlternate { padding: 10px; width: 300px; } /* Styling for the default state (add extra styling as needed) */ .textDefault { background-color: #fff; color: #000099; border: #000; } /* Styling for the alternate state (add extra styling as needed) */ .textAlternate { background-color: #000099; color: #fff; font-weight: bold; } </style> <script type="text/javascript" src="javascript-css-style-switch-script.js"></script> </head> <body> <p> <small>�� <a href="switchStyle.html" onclick="switchStyle();return false;" title="Change foreground/background colors">Change foreground/background colors</a></small></p> <div class="textDefault"> <p> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p></div> <div class="plain"> <p> Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti del coalescent lingues. Li nov lingua franca va esser plu simplic e regulari quam li existent Europan lingues.</p></div> <div class="textDefault"> <p> Epsum factorial non deposit quid pro quo hic escorol. Olypian quarrels et gorilla congolium sic ad nauseum. Souvlaki ignitus carborundum e pluribus unum. Defacto lingo est igpay atinlay.</p></div> </body>
(C) Æliens 20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.