How can I fix this problem?
for example, I have this piece of code:
<ul>
<li></li>
<li></li>
<li></li>
</ul>
Now with the CSS I've set the margin to 0 between the <li>'s,
yet in IE it shows 1px margin between them.
when I'm trying to add things beneath that's impossible,
because it doesn't get equal throughout the browsers,
how can I fix that problem?
Thanks in advance.