CSS

テーブル th, td 幅調整

IE11 th と td は 2 つで 1 つ workspace | |--- index.html |--- main.css index.html <html lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </meta></head></html>

IE で要素を消す visibility: none ではなく display: none

CSS

alternative to visibility:collapse not working on IE and Chromestackoverflow.com

マルチヘッダ (multi th)(1 つの th 内に要素を多数設置して線区切り) の構築

表題通り mac-safari 8.0.7 アウトプットイメージは下 workspace | |--- index.html |--- main.css index.html <html lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </meta></head></html>

div 内の button を centering して left と right に交互へ並べる

mac-safari workspace | |-- index.html |-- main.css index.html <html lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </meta></head></html>