|
Convenient web based access to our favorite web design Usenet groups
|
 |
This is Interesting: Free Magazines for Graphics designers and webmasters
| Author |
| Thread |
 |
|
|
|
|
|
 |
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
 |
Re: Diagnostic CSS snippet |
 |
|
 |
|
|
|
  06-23-04 - 05:19 PM
|
"KiwiBrian" <briantoz@ihug.co.nz> wrote:
> I have a snippet of a few CSS rules that I insert in a page as a diagnosti
c
> tool
> It places borders around specified tags.
> However I have been unable to get it to display borders on table rows.
> Is there any way of doing this.
Add "border-collapse: collapse;" - TR doesn't take borders when
border-collapse is "separate", "apart" or whatever the default is
called.
> Has anyone got a favorite diagnostic snippet?
h1, h2, h3, h4, h5, h6 {
text-decoration: blink
}
h1[id], h2[id], h3[id], h4[id], h5[id], h6[id] {
;
text-decoration: none
}
--
"You have to reverse the polarity, of course."
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
 |
Re: Diagnostic CSS snippet |
 |
|
 |
|
|
|
 |
| All times are GMT. The time now is 04:19 AM. |
 |
|
|
|
|
|  |
|