Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Again some very very stupid CSS rendering in IE
Again something that I just don't have the time to fight for.
I have an image that is also a link on top of ul element (to clarify I'll post the code below) and IE renders a gap between the top image and the list BUT doesn't do so with the bottom image and the list.
<a href=""><img src=""></a>
<ul>
<li>element</li>
</ul>
<img src="">
0
This discussion has been closed.
Comments