Plug-in CSS Chapter 3, Example 01 |
(Click on the
icon to view the source for copy and pasting) |
» Run this code now (Right click and select Back to return from the example)<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- saved from url=(0014)about:internet -->
<html>
<head>
<title>Plug-in CSS: Example 1</title>
<link rel='stylesheet' type='text/css' href='PC.css' />
<script src='PJ.js'></script><script src='PC.js'></script>
</head>
<body>
<span class='absolute' style='left:100px; top:25px;'>
Absolute 100,25
</span>
<span class='fixed' style='left:300px; top:25px;'>
Fixed 300,25
</span>
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
</body>
</html>