This is my first post too...

For a start you could text-align: center the ul inside the #footer and
display: inline the li instead of floating them left.

#footer{background:#CC0033;font-size:.70em;height:30px;margin-top:36px;w
idth:100%; text-align:center;}

#footer li {display: inline; padding-left: 8px; color: #ffffff;
font-weight: bold;}

Always close your rules with ";" because Opera doesn’t like it if you
don’t.

Don’t use <li>|</li>!

Use background images for example...

Greetings
André

______________________________________________________________________
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