Posted by ppcguy on 12/22/25 11:24
i've got
* html #menu
{
}
and
#menu span
{
}
<body>
<span id="menu">
</span>
</body>
is there a difference between the two css declarations.
i would think they're the same...but if i move the contents
from one to another i get different results.
[Back to original message]
|