Hey all,

I've got a simple one that is stumping me.

I have a horizontal navigation that I want centered in a div (top_nav
that contains it. I have tried to use the top_nav div to try and
center the top_nav li but it won't budge. What am I missing?

#top_nav li {
        display: block;
        list-style-type: none;
        float: left;
        margin: 0 15px 10px 0;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
        font-size: 1em;
        font-weight: bold;
        color: #FFFFFF;
        text-decoration: none;
}

Thanks for you help.

Michael
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to