my site
www.fitnessblast.info is nearly done, however i want another box at the bottom for copyright info however i cant seem to do it (and no i didnt do the rest of the site someone else did that however hes gone travelling for 2 months)
i also want it to have the curved sides the stylesheet can be found under
www.fitnessblast.info/stylesheet.css
my attempt is
www.fitnessblast.info/indextest.html
thanks for any help
Comments
Since you're using floats, you need to tell the browser (in CSS) that the footer element should be under everything befure it.
You can easily do this by setting the clear attribute of it's CSS to clear: both;.
That'll put it under both the floated columns for you:
As for rounded corners, it's either a case of doing what you have for the content and navigation columns, or creating an image that fits the footer and then using that on the div:
Current project: CMS Object.
Most recent change: Theme support is up and running... So long as I use my theme resource loaders instead of that in the Rails plug-in.
Release date: NEVER!!!