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

Because you are telling IE7

<!--[if IE 7]>
  <style>
  div, ul, li, a {zoom: 100%;}
  ...
  </style>
<![endif]-->

that all div, a - and ul and li - are gaining haslayout via zoom. Which 
is not a good idea [1].

The presence of haslayout has lesser, but more severe bugs than the 
absence of haslayout.

Ingo

[1] http://www.brunildo.org/test/IEul1.html

-- 
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/

Reply via email to