スターは何をしますか?それはなんと呼ばれていますか?私にとって、それはある種のワイルドカードです。それについて読むことができるように、それは何と呼ばれていますか?
#div {
*zoom: 1; /*this ... *
zoom : 1;
display: inline;
*display: inline; /*... and this, whats the difference? *
}
私はこれが何を意味するか知っています(すべての要素):
* {
..css code
}