CSS border-collapse Property
Complete CSS Reference
Definition
The border-collapse property sets whether the table borders are collapsed
into a single border or detached as in standard HTML.
Inherited: Yes
JavaScript Syntax
CSS properties can also be dynamically changed with a JavaScript.
Scripting Syntax: object.style.borderCollapse="collapse"
In our HTML DOM tutorial you can find more details about the
borderCollapse property.
In our HTML DOM tutorial you can also find a full
Style Object Reference.
Example
table
{
border-collapse: separate
}
|
Possible Values
| Value |
Description |
| separate |
Borders are detached |
| collapse |
Default. Borders are collapsed into a single border when
possible |
Try-It-Yourself Demos
Collapse a table border
This example demonstrates how to collapse and separate a table border.
Complete CSS Reference
Add automated outbound phone calls to your application!
 |
|
Enhance your project with this inexpensive reliable Web Service. Phone calls can be sent as pre-recorded sound files,
text to speech, or by using a combination of both. You can also
change call flow based on interaction.
Phone Notify! is being utilized for fraud prevention, emergency notification calls, courtesy calls, automated telemarketing calls, voice broadcasts, automated dialers, appointment reminders and more.
50 FREE phone calls for W3School users >
|
|