|
6月 23
|
今まで使ってたsafari3のハックがsafari4では通用しなかった。
下記、safari4でも効くCSSハックです。
body:first-of-type
example :
body:first-of-type body {
back-ground: #333333;
margin: 10px
}
注意:Firefox3.5でも効いてしまいます。
つまりsafari4「だけ」ではなくsafari4「でも」効くハックです。
今まで使ってたsafari3のハックがsafari4では通用しなかった。 body:first-of-type example :
body:first-of-type body {
back-ground: #333333;
margin: 10px
}
注意:Firefox3.5でも効いてしまいます。 |
|
Recent Comment