I am jsut wondering why the CssClass=”blah” is not avaliable inside my div tags when style=”blah” works.
Is this not part of CSS? Is there a way to set this up? Can I give…
<div class="foo">
</div>
and set the inline css to…
#div foo{blah}
or something like that?
Thanks in advance.
You add the class to you div correctly:
But in your CSS, you are using the id identifier (#) instead of the class identifier (.):