I am really confused about this. both my p and hr have a margin set in an external css file:but when I doCode:p { margin-top: 12px; margin-bottom: 12px;} hr { border: 0px solid #336699; border-top-width: 1px; height: 0px; margin: 0px; margin-top: 15px; margin-bottom: 15px;}the margin between the paragraph and the rule is much more bigger than in mozilla (firebird 0.7). you can see an example here. anyone who nows how to fix it?Code:<p>foo</p><hr /><p>bar</p>





Bookmarks