Paul
Thanks you - that is now working! Great !
I have another element - an image in a frame - that must have the same background color as the #container so I suppose I need to do the same thing for those.
CSS
.floatimgleft
{
float: left;
text-align: center;
width: 9em;
margin-top: 0.5em;
padding: 0.75em;
border: 0.1em solid #d52a00;
background-color: #e0ffff;
}In the HTML
<div id="leftnav"> <div class="floatimgleft"><a href="hovea.jpg."><img src="hoveath.jpg" alt="Hovea trisperma" title="Hovea trisperma - click on image to see larger version" style="border: medium none ; width: 70px; height: 100px;"></a> <p align="center">Hovea trisperma</p> </div> </div>
So I would remove the background color from the CSS so it can be used for all pages, then how do I uniquely identify each page in the mark-up? Can't seem to get my brain around that this morning.
Thanks
Lyn ****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
