Hi All, I've been here for quite a while but have never had to ask a question. Normally I can find what I'm looking for. Not today.
I'm trying to center a li, that creates a button in a ul inside a div. It looks right in IE7 but not in FF2 I'll paste the css code below, here is a link to the page, with the css internal: http://uneedstuff.net/testsites/index.html Thanks for any help or ideas! fred & glädje Shari here is the css code body { background-color: #428c60; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 76%; color: #FFFFFF; margin: 0; padding: 0; } #container { margin-left: auto; margin-right: auto; width: 800px; } #vNav { width: 200px; /* background: #428c60;*/ background: red; float: left; } .button { font-family: "Maiandra GD", "Apple Chancery", Palatino, Georgia; font-size: 1.75em; /* background-color: #30695a;*/ background-color: pink; width: 175px; height: 1.5em; text-align: center; list-style: none; padding: .25em; /* puts space around the text */ } .button a { color: #FFFFFF; text-decoration: none; } #content { width: 575px; margin-left: 225px; background: #316a48; } /* Images */ /* image in the navigation area */ #vNav img { display: block; margin: 0 auto; text-align: center; border: 1em #30695a solid; } /* ul */ /*ul in the navigation area */ #vNav ul { text-align: center; margin: 0 auto; } /* li */ /* li in the v.navigation area */ #vNav li { margin: .25em auto; text-align: center; } -- ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
