From: "Web Weaver" <[EMAIL PROTECTED]> 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 ----------------------------------------------------------------------------------- Hi, Get rid of the default padding for UL elements in Firefox, adding the following: #vNav ul { ...... padding:0; } Regards, MaurĂcio Samy Silva http://www.maujor.com/ ______________________________________________________________________ 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/
