When you use a layer (between <div> and </div> tags) you use the "id" attribute instead of the "class" attribute normally used for styles.

<div id=banner>
...
</div>

The layer definition uses a "#" character in the style selector:

#banner {
font-size:14pt;
font-weight:bold;
background-color:#f0f8f8
...
}

pop-layer.html © 2007, Martin Rinehart