Plug-in CSS Chapter 8, Example 63 |
(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 63</title> <link rel='stylesheet' type='text/css' href='PC.css' /> <script src='PJ.js'></script><script src='PC.js'></script> </head> <body> <div style='width:400px; height:100px;' class='relative lime_b'> <div class='absolute left middle aqua_b'> This sentence is left aligned and vertically centered </div> </div> </body> </html>