Hi I cant seem to figure out how to get the hr to show when I have all borders zero'd out for my sliced images which make up my expanding box.
is there any code I can add alongside :
/**zero out default browser settings on everything**/
* {margin:0; padding:0; border: 0; line-height:100%; font-size: 100%}
to get my hr to show
horizontal ruleTry this in your CSS:
hr {
background-color: #ccc; /**for mozilla and opera**/
color:#ccc; /**for IE**/
height: 2px;
width: 100%;
}
Nancy O.
Alt-Web Design %26amp; Publishing
Web | Graphics | Print | Media?Specialists
www.alt-web.com/
www.twitter.com/altweb
www.alt-web.blogspot.com
No comments:
Post a Comment