Plug-in CSS Chapter 9, Example 84 |
(Click on the ![]() |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <!-- saved from url=(0014)about:internet --> <html> <head> <title>Plug-in CSS: Example 84</title> <link rel='stylesheet' type='text/css' href='PC.css' /> <script src='PJ.js'></script><script src='PC.js'></script> </head> <body> <div class='textglow[#ffff00|#ff0000|1000] b'> This text cycles from yellow to red over the course of a second </div> </body> </html>