stu wrote:
> I  need to get this UL to align to the center of the div 

try replacing your css with the following:

 /* footer styles */
 #footer{background:#CC0033;font-size:.70em;height:30px;margin- 
top:36px;width:100%; float: left; text-align: center; }
 #footer ul {list-style: none; padding: 0; border: 1px solid #123;  width: 
100%; margin-left: auto; margin-right: auto; }
 #footer li { padding-left: 8px; color: #ffffff;   font-weight: bold;  display: 
inline;}
 #footer a {color: #ffffff; font-weight: bold; text-decoration: none}
 #footer a:hover {text-decoration: underline}

I've floated the footer and set it to left then aligned center its content. 
Added a width to the UL and added the auto margins. Added inline to your li.

HTH

aj

______________________________________________________________________
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