Hello everybody,
i tried to build a footer... i thought something like this:
1. It should be glued to the bottom of the pageHTML Code:<ol class="siteInfo"> <li>©2007 Jens |</li> <li>Last Changed 21.10.2007 |</li> <li><a>Impressum</a> |</li> <li><a>Site Map</a></li> </ol>
2. It shall use the whole width of the page, or a individual width
3. the list items should be equally distributed over the width.
4. this have to be dynamic as the length of last changed is variable.
my try:
As you can see the distibution over the length is not working.Code:/*4. Side Info ********************************************** */ .siteInfo { background: #ffccff; position: fixed; bottom: 2px; width: 100%; max-width: 845px; padding-left: 190px; } .siteInfo li { background: #ccccff; display: inline; width: 25%; }
So is such a distribution possible at all, if yes what did i do wrong?
Greets
Jens



Reply With Quote

Bookmarks