ゴーオンジャー大辞典 デザイン変更

 ゴーオンジャー大辞典。もう少しそれぞれの要素が鮮やかに分離するように変えてみました。

 ところが、IE特有の有名な「peek-a-booバグ」に悩まされまくることに。
 結局、CSSIEハックを埋めまくって解決。けど、イヤだよな、こんなの。

* html p, 
* html dl, 
* html dt, 
* html dd, 
* html ul, 
* html li, 
* html h1,  ..たくさんの要素... { height: 1%; }
*:first-child+html p, 
*:first-child+html dl, 
*:first-child+html dt, 
*:first-child+html dd, 
*:first-child+html ul, 
*:first-child+html li, 
*:first-child+html h1,  ..たくさんの要素... { height: 1%; }

 ちなみに、上段がIE6用、下段がIE7用です。