Page 1 of 1

<hr> in style.css

Posted: Thu Oct 20, 2005 7:19 am
by jennie
I try to modify the look of the horizontal rule by modify code

HR {
color: #66CC66;
height: 1px solid;
}

in the file: style.css.

But, nothing changed in the guest book.

Would you please tell me how to modify color and the height of the horizontal rule? :?:

Posted: Thu Oct 20, 2005 9:26 am
by Guest
you did it correctly, it very much depends on which browser you use, it does nothing with firefox and as far as i can remember, also does nothing with netscape or opera (only IE).

But i must reinstall all my browsers to double check.

but to change the color and height,

HR {
color: #66CC66;
height: 1px solid;
}

HR {
color: #336699;
height: 5px solid;
}

i just checked, it should alter the height with other browsers but not the color

Posted: Fri Oct 21, 2005 2:30 am
by jennie
Thank you very much. :P