Revision: 19520
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 25, 2009 12:07 by cesgra
Initial Code
/* For regular browsers */ hr { border : 0; height : 15px; background : url(hr.gif) 50% 0 no-repeat; margin : 1em 0; } /* For IE < 8 (use conditional stylesheets) */ hr { display : list-item; list-style : url(hr.gif) inside; filter : alpha(opacity=0); width : 0; }
Initial URL
http://css-tricks.com/snippets/css/cross-browser-hr-styling/
Initial Description
Initial Title
Cross-Browser hr Styling
Initial Tags
Initial Language
CSS