User:Magill/Sandbox-table practice

From Lotro-Wiki.com
Jump to navigation Jump to search
  • how to make this CSS table match the HTML table below.

Slotted Traits

changes here


using class colstest

Original table using html "table rules=cols"

  • which is no longer supported in html5, and should be converted to css.


notes

div
{
column-rule:3px outset #ff00ff;
-moz-column-rule:3px outset #ff00ff; /* Firefox */
-webkit-column-rule:3px outset #ff00ff; /* Safari and Chrome */
}

column-rule: column-rule-width column-rule-style column-rule-color;

  • column-count
  • column-fill
  • column-gap
  • column-rule
  • column-rule-color
  • column-rule-style
  • column-color
  • column-style
  • column-span
  • column-width

columns: column-width column-count;

  • columns