タグ

関連タグで絞り込む (3)

タグの絞り込みを解除

CSSとこれはに関するblanc2005のブックマーク (2)

  • IE8 overflow and expanding box bugs

    The bugs below were found when testing a web application in Internet Explorer 8 that used boxes filled with dynamic content. The bugs occur when the Trident render engine of Internet Explorer 8 is used, so you can see them in the default Standards Mode, not in Compatibility View. Change the CSS rules to show the results of the IE8 bugs in any browser Bug 1: When using overflow: scroll the entire p

    blanc2005
    blanc2005 2009/06/11
    ひどいよぉ〜!
  • IE6で閲覧すると。

    hamashunさんがTwitterで、 IE6を使って閲覧すると右上に『アナログ』って出るようにしようぜ。 って言ってたので、CSS HappyLifeでやってみた。 ボクが出来る2008年最後の大仕事でした。えぇ。 使いたい方は是非是非。 ちなみに、ボクが使った画像はコレです。自分のモニタで出るやつを参考にしました。 ご自由にお使いください。 IE6だけに表示させるにはどんなやり方でもいいっすけど、手っ取り早いのだったらハック使ってやるのがいいかと。 .analog { display: none; } * html .analog { display: block; position: absolute; top: 10px; right: 30px; } こんな感じで。 であ。 16日のお昼頃追記 ウチのアクセス解析を久々に確認してみたら、全体の50%くらいがFirefoxで40%

    IE6で閲覧すると。
    blanc2005
    blanc2005 2008/12/16
    良い!
  • 1