Cross Browser DIV Bug
The following DIV breaks every browser I have tested. By break I mean that it renders in a way that looks unreasonable. The border around the div is no longer a square. ( and sometimes not even a continuous line )
<div style='border: solid 1px; display: inline;'><br>broken</div>
The broken code rendered in your browser:
4 comments
Leave a reply