CSS list trouble
Netscape renders the following code differently than Explorer and Opera. Any suggestions or explanations welcome!
I won't say anything about the italics not showing up in Opera, or the variable spacing between bullets and text. Maybe pixel-perfect is not the way to go... ; )
Le code ci-dessous donne les résultats affichés pour les différents navigateurs. Cherchez l'erreur - c'est surtout Netscape qui m'embête.
UL LI
{
margin: 1px 0px 0px 10px;
list-style-image: url(/img/bullet.gif);
padding: 0px;
}
UL
{
margin: -7px 0px 0px 0px;
padding: 0px;
}
Here are screenshots of the results:
Internet Explorer 5.5
Opera 5.0
Netscape 6.0




