zlfera / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Add a fix to <hr> tag problems in IE. #283

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It is well known IE problem that margins in <hr> can not be removed.

So it would be great for ie7.js to fix it, maybe by replacing <hr> with some 
code that can be styled or by adding negative margins for elements before 
and/or after <hr>.

An example of fix:
http://blog.neatlysliced.com/2008/03/hr-image-replacement/

Another fix:
http://robertnyman.com/2007/03/09/a-hard-challenge-styling-an-hr-element/

Original issue reported on code.google.com by unx...@gmail.com on 17 Sep 2010 at 2:48