| X Prime | 05-30-2004 09:49 AM |
You know, <hr>'s in posts? Opera chooses to use color instead of background-color, and requests that size by specified as well as no border. So, if you want <hr>s to look right in all browsers I suggest this CSS:
.threadline {
color: {$style['tableinbordercolor']};
background-color: {$style['tableinbordercolor']};
height: 1px;
border: 0;
}
Valid and it makes sure it works in all browsers... Well, unless they don't use CSS but that's another story.
.threadline {
color: {$style['tableinbordercolor']};
background-color: {$style['tableinbordercolor']};
height: 1px;
border: 0;
}
Valid and it makes sure it works in all browsers... Well, unless they don't use CSS but that's another story.