タグ

CSSとhackに関するhidex7777のブックマーク (4)

  • CSSハック一覧

    2013年3月23日 CSS 異なるブラウザーで見たらレイアウトが崩れる。。CSSハックはそんな時のお役立ち裏技(?)です。私がブックマークしているCSSハックに関するWebサイトがたくさんあったので(Safariがのってない・IE8しかのってない。。等の理由で)、自分用メモ。「こんなやり方もある!」というのがあればコメントして教えてください! ↑私が10年以上利用している会計ソフト! Internet Explorer IE6以下 #help_me { _color: blue; } * html #help_me { color: red; } IE7 *:first-child+html #help_me { color: red; } *+html #help_me { color: red; } IE6, IE7 #help_me { /color: blue; } IE8 #h

    CSSハック一覧
  • Browser CSS hacks - Paul Irish

    I don’t use CSS hacks anymore. Instead I use IE’s conditional comments to apply classes to the body tag. Nonetheless, I wanted to document every browser-specific css selector and style attribute hack I’ve seen. Plus there’s no way to provide stylesheets to only Safari, I believe. With these you’ll be able to better target IE, Firefox, Chrome, Safari and Opera from within the css. So here are go: 2

  • HTML5でモダンブラウザのCSS3バグを回避するためのハック方法 | ゆっくりと…


    IE CSS CSS3使 Modernizr 使  AnHTML5 boilerplate addon for CSS browser nitpicks  CSS  CSS 
  • [CSS]IE6, IE7, IE8, IE9の各バージョンの分岐をvalidで処理する方法


    CSS Specific for Internet Explorer IE7 [ad#ad-2]  1.  2. CSS Hack 3. HTML class   IE9, Firefox, Chrome, Safari, Opera  IE8  IE7 or IE8  IE6  IETester IETesterIE5.5, IE6, IE7, IE8 -IETester IE8 IE9Win7+IE9 [a
  • 1