Daniel Hammond wrote: > I'm sorry to sound like a broken record, but why does IE7 not show the > bottom padding in my site's navigation? FF2, Opera, and IE6 show it > correctly. > > URL: www.objectivedesigns.com/2 > > CSS: www.objectivedesigns.com/2/index.css >
You can try to add zoom:1 to the A and STRONG inside the menu for IE7 only. Since it is a inline list, it is probably better to apply position:relative instead, though. Ingo -- http://www.satzansatz.de/css.html ______________________________________________________________________ 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/
