
Untitled
By: a guest on
Aug 5th, 2012 | syntax:
None | size: 0.87 KB | hits: 13 | expires: Never
first-child issue on a fieldset
#enterAccountInfo fieldset:first-child{
}
#enterAccountInfo:first-child fieldset{
}
<div id="wrapper">
<form id="enterAccountInfo">
<fieldset class="even">
<div class="centerWarpper">
<h2 class="subtitle">blaa</h2>
</div>
</fieldset>
<fieldset class="odd">
<div class="centerWarpper">
<h2 class="subtitle">bllll</h2>
</div>
</fieldset>
<fieldset class="even">
<div class="centerWarpper">
<h2 class="subtitle">bllll</h2>
</div>
</fieldset>
<fieldset class="odd">
<div class="centerWarpper">
<h2 class="subtitle">bllll</h2>
</div>
</fieldset>
</form>
</div>
form#enterAccountInfo fieldset:first-child {
color: red;
}