| CSSハックまとめ |
| CSS |
| 2010年 4月 20日(火曜日) 13:49 |
使わない方がいいと思いつつも使ってしまうCSSハック毎回検索してIE8が載ってないとかIE8はあるのにSafariがないとか何度も検索するのも面倒なんで自分用にメモしておきます。間違ってたり他のを知ってたらコメント頂けると嬉しいです。 他のプロパティも指定したい場合は、9がないときと同じように行末に;をつけて、次のプロパティからは/***/なくても大丈夫。 html>/**/body #hackcss {
*:first-child+html #hackcss { color: red; }
#hackcss { *color: red; }
#hackcss { _color: red; }
* html #hackcss { color: red; }
html*#hackcss { color: red; }
/* これ以降Mac IE5のみに適用される \*//*/
/* これ以降Mac IE5には適用されない \*/
/* これ以降Netscape 4には適用されない /*/
#hackcss, x:-moz-any-link { color: red; }
#hackcss, x:-moz-read-only { color: red; }
#hackcss, x:-moz-broken { color: red; }
#hackcss, x:-moz-broken, x:last-of-type { color: red; }
body:first-of-type #hackcss { color: red; }
属性セレクタをサポートするFirefox、Mozilla、Safari、Operaにのみスタイルが適用される。 html[xmlns] #hackcss { color: red; }
html[xmlns*=""] body:last-child #hackcss { color: red; }
html[xmlns*=""]:root #hackcss { color: red; }
*|html[xmlns*=""] #hackcss { color: red; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
body:nth-of-type(1) #hackcss { color: red; }
;;body #hackcss { color: red; }
body[class|="hypen-ated"] #hackcss { color: red; }
/* iPhone / mobile webkit */
<link media="only screen and (max-device-width: 480px)" href="iphone.css" type="text/css" rel="stylesheet" />
試していないものもいっぱいありますがとりあえずまとめてみました。 CSSの振り分け |
| 最終更新 2010年 4月 20日(火曜日) 14:52 |
| 最新記事 |
|---|
Joomla Community Magazine | May 2012
The May issue of the Joomla Community Magazine is here!
...
J and Beyond, an International Joomla! Conference
J and Beyond, an International Joomla! Conference, is back f...
Joomla Has Been Downloaded Over 30 Million Times
Joomla today announces that its core files have been downloa...
|
| Advertisement |
|---|
|
|
会員登録をすると
記事へのコメント等の会員サービスを利用できます。
現在それぐらいしか無いのであまりする意味ないです。
※Gmailアカウントでもログインできます。
コメントをどうしても書き込みたい!
そんな場合のみ会員登録ください。