A
alice
In the following code, the space between the empty.gif and the letter
N is about 6 px in Firefox, and about 12 in EI7 (that's the closest I
can measure using a ruler tool). What would have to do to make it the
same in both browsers?
<li style="margin-top:-47px;margin-left:561px;"><a
href="sound.html"><img src="empty.gif" style="border:none;" /></a>
<ul>
<li style="position:relative;top:-248px;left:2px;">S</li>
<li style="position:relative;top:-264px;left:-1px;">O</li>
<li style="position:relative;top:-280px;">U</li>
<li style="position:relative;top:-300px;">N</li>
</ul>
</li>
N is about 6 px in Firefox, and about 12 in EI7 (that's the closest I
can measure using a ruler tool). What would have to do to make it the
same in both browsers?
<li style="margin-top:-47px;margin-left:561px;"><a
href="sound.html"><img src="empty.gif" style="border:none;" /></a>
<ul>
<li style="position:relative;top:-248px;left:2px;">S</li>
<li style="position:relative;top:-264px;left:-1px;">O</li>
<li style="position:relative;top:-280px;">U</li>
<li style="position:relative;top:-300px;">N</li>
</ul>
</li>