Hey all, a quick question, consider the following code:

<div id="id-name"><!-- Containing Div Tag -->
<div class="first-class"><!-- Contains the first content to appear (let's
say) -->
<p class="information">Content goes here on line 1</p>
</div>
<div class="second-class"><!-- Contains the second content here... -->
<p class="information more-styles"><!-- It has been determined that, not
only should class="information" apply to this paragraph, but also a
different style to apply to THIS particular paragraph as well, without
affecting others -->Content goes here on line 2</p>
</div>

Note the space in the second paragraph class attribute...from what I have
heard this allows multiple classes to be applied to a single element. Is
there a downfall to applying multiple classes to an element, like the one
above? How does it affect UAs?

--
Brett P.


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to