My site: http://www.copantl.com/salones.html
In IE looks bad.
In Firefox it's OK.
The problem it's the list icons, buy why?
IE Malfuntion
Re: IE Malfuntion
You mean the li elements on the page?
this markup is creating your problems, strip the font tags and it will be ok
Code: Select all
<li><font size="2">Las Islas</font></li>
<li><font size="2">Pulhapanzak</font> </li>
<li>Yojoa</li>
