UH-Matt
05-01-2006, 12:31 AM
So in my CSS I have line spacing set at 170% for <p> to increase the gaps between lines. (it looks nicer).
I have made my own <HR> using this code:
div.hr { height: 1px; background: #fff url(hr.gif) repeat scroll center; }
div.hr hr { display: none; }
And it all looks fine in both Firefox and IE.
But IE shows a much bigger gap between parapgraphs and between the HR and the next paragraph. Firefox displays it how I want it to look, but IE the gaps are too big.
See the attached screenshot.
Any ideas?
I have made my own <HR> using this code:
div.hr { height: 1px; background: #fff url(hr.gif) repeat scroll center; }
div.hr hr { display: none; }
And it all looks fine in both Firefox and IE.
But IE shows a much bigger gap between parapgraphs and between the HR and the next paragraph. Firefox displays it how I want it to look, but IE the gaps are too big.
See the attached screenshot.
Any ideas?
