ちょっとメモ

ほんとにただのメモ.



For elements that have an image,
this property sets the area of the image that is used.
You can set multiple elements to use the same image but use a different region of the image, reducing the amount of memory required.
You can change this property to simulate animation.
The syntax is similar to the clip property.
All four values are relative to the upper left corner of the image.


画像を持つ要素用に, このプロパティは, 使用される画像の領域をセットする.
必要とするメモリ量を減らすため, 画像の異なる領域を使用することを除き, 同じ画像を使って, 複数の要素をセットできる.
このプロパティをアニメーションをシミュレートするために変更できる.
文法は, clip プロパティと似ている.
4つの値全ては, 画像の左上隅を起点とする.

-moz-image-region: rect(top, right, bottom, left);

  • #home-button
    通常の見える状態.
  • #home-button:not([disabled="true"]):hover
    ホームボタンの上にマウスを置いたときの状態.
  • #home-button[disabled="true"]
    ホームボタンが使えないときの状態なのかな?
    ちょっと確認できとらんからわからん.
  • #home-button:not([disabled="true"]):hover:active
    ホームボタンをマウスで押しっぱにしたときの状態.



#home-button とか知らべるのに時間かかりまくった.
最終的には, これで解決.

$ cat /usr/lib/iceweasel/chrome/classic/classic/skin/classic/browser/browser.css | grep home

こういうののまとまった情報って中々無いなあ・・・.

更新時刻

2007年, 6月1日, 2:24