hi
I want put horizental line in my page i set this code in my page
<hr width="130px" color="black" size="1px" />
in chrome&FF It show correct but in IE size of line is thicker than 1px .
i want it show my horizental line 1px in IE too.
Thanks
HR Tag behaves different in IE versions lower than 9 hence use a DIV instead
<div style = 'height:10px;background-color:black'></div>
Demo
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.