[완료] CSS에서 span 의 역할

noohgnas의 이미지

CSS에서 스타일 정의에 사용되는 span 이라는 것의 역할이 궁금합니다.

<style type="text/css">
#test span
{
	background: #00ff00 url('./ani_ball.gif') no-repeat fixed center;
}
</style>

위에 코드를 보면 span 이 들어있습니다. 이 키워드의 역할이 뭔가요?
neocoin의 이미지

noohgnas의 이미지

고맙습니다. neocoin님 descendant selectors 라는 것이군요.

http://www.w3.org/TR/CSS2/selector.html#descendant-selectors

----
I think, therefore I am.


----
I think, therefore I am.