I am having compatibility problems between IE & Firefox on this page:
http://www.tufts-nemc.org/icrhps/res...rc/default.asp
In firefox it spreads the spacing too far. Can anyone suggest a work around? I also have other issue with firefox, anyone have any suggestions to good reading materials?
Here is the css:
ul#brcthispage{
list-style:circle;
line-height:1.5em;
}
and the code:
<ul id="brcthispage">
<li>Meta analyses</li><br />
<li>Publication bias</li><br />
<li>Predictive modeling</li><br />
<li>Geographic and spatial analyses</li><br />
<li>Analysis of longitudinal data</li><br />
<li>Bayesian computation</li><br />
<li>N-of-1 studies</li><br />
<li>Statistical genetics</li><br />
<li>Environmental statistics</li><br />
<li>Survey and experimental design</li>
</ul>
vferratusco