It seems that adding
to my css prevents IE7 from displaying the bullets on my <ul>. When I remove
the bullets show up just fine, but of course, I have to deal with the issue of extra space at the top of my page. I've tried forcing it with
to no avail. Does anyone know a workaround for this or am I stuck with it?
Site: http://www.annalyzer.com/
Code:
* {margin: 0; padding: 0}
Code:
* {margin: 0; padding: 0}
Code:
ul {list-style-type: disc;}
Site: http://www.annalyzer.com/
Comment