Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IE7 を除くすべてのブラウザーで見栄えのする CSS テーブルを作成しました。IE7 では、ul セルが設定されていません。
リンク: https://dl.dropbox.com/u/107452929/issue/index.htm
これを試して。
ul ul{ *left: 0; *margin: 0; *padding: 0; }
それが機能しない場合は、ul ul に負の左マージンを追加する必要がある場合があります。
* を追加すると、ie7 のみがターゲットになります
クラスにfloat: noneとを追加するだけです。clear:bothlikeAndselete
float: none
clear:both
likeAndselete
これにより、すべてのブラウザで同じルック アンド フィールが得られます。