Plug-in CSS Chapter 7, Example 53 |
(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">
<meta http-equiv="X-UA-Compatible" content="IE=8" />
<!-- saved from url=(0014)about:internet -->
<html>
<head>
<title>Plug-in CSS: Example 53</title>
<link rel='stylesheet' type='text/css' href='PC.css' />
<script src='PJ.js'></script><script src='PC.js'></script>
</head>
<body>
<span class='thumbview'>
<img class='bwidth1 bblack bsolid' src='t1.jpg' />
<span class='caption' alt='San Francisco, Pier 39 Seals'>
<img src='i1.jpg' />
</span>
</span>
<span class='thumbview'>
<img class='bwidth1 bblack bsolid' src='t2.jpg' />
<span class='caption' alt='San Francisco Bay Bridge'>
<img src='i2.jpg' />
</span>
</span>
<span class='thumbview'>
<img class='bwidth1 bblack bsolid' src='t3.jpg' />
<span class='caption' alt='The San Francisco Peaks'>
<img src='i3.jpg' />
</span>
</span><br />
<span class='thumbview'>
<img class='bwidth1 bblack bsolid' src='t4.jpg' />
<span class='caption_h' alt='San Francisco Peaks Forest'>
<img src='i4.jpg' />
</span>
</span>
<span class='thumbview'>
<img class='bwidth1 bblack bsolid' src='t5.jpg' />
<span class='caption_h' alt='San Francisco Park Lake'>
<img src='i5.jpg' />
</span>
</span>
<span class='thumbview'>
<img class='bwidth1 bblack bsolid' src='t6.jpg' />
<span class='caption_h' alt='Las Vegas At Night'>
<img src='i6.jpg' />
</span>
</span>
</body>
</html>