On Tue, 27 Feb 2007 12:26:35 +1100, Joanne wrote: > > Can anyone tell me why the bullets on my list are not displaying in IE7 but > they are in > IE6, Firefox & Opera. I'm stumped. > > http://www.kooindahwatersgolf.com.au/preview/golfsocial.htm
Hi Joanne, You seem to have a 40px left padding on that list, but zero left margin. Some browsers put list bullets in padding, some (including IE) put them in the margin. No margin - no bullets. Try adding a left margin for IE. BTW - some user agents, including the Firebug plugin for Firefox, think you really do mean to hide the CSS inside HTML comments. As far as I know, the only publicly released browser that did not understand the STYLE element and needed the comments was Netscape version 1 (c. 1994). You may like to omit them. Cordially, David -- www.hucklesby.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/
