Firefox and Chrome Display "top: -5px differently"
- by Kevin
Using Google Web Toolkit, I have a DIV parent with a DIV and anchor children.
<div class="unseen activity">
<div class = "unseen-label"/>
<a href .../>
</div>
With the following CSS, Chrome shows the "unseen label" slightly below the anchor. which is positioned correctly in both Chrome and FireFox.
However, FireFox…