topical media & game development
basic-web-html-08-index.htm / htm
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:land="en">
<head>
<title>Chapter 8: CSS</title>
<link rel="stylesheet" type="text/css" href="basic-web-html-css-examplestyles.css" />
</head>
<body>
<div class="heading">
<h1>Beginning Web Programming - Code Examples</h1>
<a href="@htm-basic-web-html-index.html">Back to main book index</a>
</div>
<h2>Chapter 8: Advanced Cascading Style Sheets</h2>
<p>Here are the examples for Chapter 8, which continues to look at CSS.</p>
<h3>Links</h3>
<table>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg01.html">ch08-eg01.html</a></td><td>Styling Links</td></tr>
</table>
<h3>Backgrounds</h3>
<table>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg02.html">ch08-eg02.html</a></td><td>The <code>background-color</code> Property</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg03.html">ch08-eg03.html</a></td><td>The <code>background-image</code> Property</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg04.html">ch08-eg04.html</a></td><td>The <code>background-repeat</code> Property with a value of <code>repeat-x</code></td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg05.html">ch08-eg05.html</a></td><td>The <code>background-repeat</code> Property with a value of <code>repeat-y</code></td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg06.html">ch08-eg06.html</a></td><td>The <code>background-repeat</code> Property with a value of <code>no-repeat</code></td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg07.html">ch08-eg07.html</a></td><td>The <code>background-position</code> Property</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg08.html">ch08-eg08.html</a></td><td>The <code>background-attachment</code> Property</td></tr>
</table>
<h3>List Styles</h3>
<table>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg09.html">ch08-eg09.html</a></td><td>The <code>list-style-type</code> Property for list symbols</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg10.html">ch08-eg10.html</a></td><td>The <code>list-style-position</code> Property with values of inside and outside</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg11.html">ch08-eg11.html</a></td><td>The <code>list-style-image</code> Property</td></tr>
</table>
<h3>Tables</h3>
<table>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg12.html">ch08-eg12.html</a></td><td>Table example</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg13.html">ch08-eg13.html</a></td><td>The <code>border-collapse</code> Property</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg14.html">ch08-eg14.html</a></td><td>Table example with borders collapsed</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg15.html">ch08-eg15.html</a></td><td>The <code>border-spacing</code> Property</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg16.html">ch08-eg16.html</a></td><td>The <code>caption-side</code> Property with value of <code>bottom</code> (only works in netscape 6+)</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg17.html">ch08-eg17.html</a></td><td>The <code>empty cells</code> Property</td></tr>
</table>
<h3>Outlines</h3>
<table>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg18.html">ch08-eg18.html</a></td><td>The <code>outline</code> Property</td></tr>
</table>
<h3>Pseudo-classes</h3>
<table>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg19.html">ch08-eg19.html</a></td><td><code>:focus</code> pseudo-class</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg20.html">ch08-eg20.html</a></td><td><code>:after</code> pseudo-class</td></tr>
</table>
<h3>Generated Content</h3>
<table>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg21.html">ch08-eg21.html</a></td><td>Counters</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg22.html">ch08-eg22.html</a></td><td>Quotations</td></tr>
</table>
<h3>Misc Properties and Rules</h3>
<table>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg23.html">ch08-eg23.html</a></td><td>The <code>visibility</code> Property</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg24.html">ch08-eg24.html</a></td><td>imported code styles</td></tr>
</table>
<h3>CSS Positioning</h3>
<table>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg25.html">ch08-eg25.html</a></td><td>Normal flow</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg26.html">ch08-eg26.html</a></td><td>Relative positioning</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg27.html">ch08-eg27.html</a></td><td>Absolute positioning</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg28.html">ch08-eg28.html</a></td><td>Fixed positioning</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg29.html">ch08-eg29.html</a></td><td>z-index</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg30.html">ch08-eg30.html</a></td><td>Float</td></tr>
<tr><td><a href="@htm-basic-web-html-08-ch08-eg31.html">ch08-eg31.html</a></td><td>Clear</td></tr>
</table>
<table>
<tr><td><a href="@htm-basic-web-html-08-samplePage.html">Try It Out</a></td><td>Page Layout Example</td></tr>
</table>
<h3>Exercises</h3>
<table>
<tr><td><a href="@htm-basic-web-html-08-exercise1.html">Exercise 1</a></td><td> </td></tr>
<tr><td><a href="@htm-basic-web-html-08-exercise2.html">Exercise 2</a></td><td> </td></tr>
</table>
<p class="footer">To see the code behind any page, remember you go to the View menu on your browser and select the View Source option.</p>
</body>
</html>
(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.