kirubaharan12345 / blueprintcss

Automatically exported from code.google.com/p/blueprintcss
0 stars 0 forks source link

horizontal rules do not snap to baseline in IE 6 & 7 #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. View any of the sample pages at
http://files.bjorkoy.com/blueprint/tests/ in IE 6 or IE 7
2. The hr elements do not align with grid as they would in FireFox or Safari

What is the expected output? What do you see instead?

They hr element should align properly with the grid, but it does in IE 6 or
IE 7. It pushes itself out of line as well as the elements that follow. 

What version of the product are you using? On what operating system?

Windows XP IE 6 and IE 7

Please provide any additional information below.

If you add the following to the ie.css file everything pops into place.

hr  { margin: -8px auto 11px; }

Original issue reported on code.google.com by alex.lem...@gmail.com on 25 Jan 2008 at 6:46

GoogleCodeExporter commented 8 years ago
Thanks, I'll try it out. :) <hr> spacing in IE is indeed a mess.

Original comment by ola...@gmail.com on 5 Feb 2008 at 9:44

GoogleCodeExporter commented 8 years ago
Seems to be working as expected in 0.7. Thanks! 

Original comment by ola...@gmail.com on 20 Feb 2008 at 9:19