Hi

I know this is on the wiki and I have had a good read but think I might be missing something. The site concerned is:

<http://cregy.net/keith/>

<http://cregy.net/keith/style.css>

At the bottom of the page there is two lines in the footer. The top line (a search box) is meant to be centred, the bottom line is meant to be aligned to the right. I have entered the following code in the html:

<div id="footer" class="right">&copy; Keith Jones</div>

With this in the css:

#footer {
        position: relative;
        top: 0;
        left: 0;
        height: 60px;
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
}

.right {
        text-align: right;
}

Can anybody explain what I am doing wrong please?

Thanks

Rich

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to