You are not currently logged in. Are you accessing the unsecure (http) portal? Click here to switch to the secure portal. |
Difference between revisions of "Widget:Column1"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <includeonly><input id="box1" type="checkbox" checked> | + | <includeonly><style> |
+ | #box1:checked ~table .column1 { | ||
+ | display: table-cell; | ||
+ | } | ||
+ | #box2:checked ~table .column2 { | ||
+ | display: table-cell; | ||
+ | } | ||
+ | </style> | ||
+ | <input id="box1" type="checkbox" checked> | ||
<label for="box1"><!--{$name|escape:'text'}--></label> | <label for="box1"><!--{$name|escape:'text'}--></label> | ||
+ | <input id="box2" type="checkbox" checked> | ||
+ | <label for="box2"><!--{$name|escape:'text'}--></label> | ||
<table border=1> | <table border=1> |