ばかげた質問ですが、まあ。CSS の ">" はどのバージョンですか? この名前がわからないので、Googleで見つけることができません。
例。
CSS
.test {
width:200px;
height:200px;}
.test .color {
width:50px;
height:50px;
float:left;
background:red;}
.test:hover > .color {
background:blue;}
HTML
<div class="test">
<div class="color"></div>
</div>
どのバージョンの CSS ですか? 2つか3つ?ありがとう