My HTML code:
<div class="section"> <label for="start"> Earliest start date? <span class="red"> * </span> </label> </br> <input type="text" name="MM" id="start" /> / <input type="text" name="DD" id="start" /> / <input type="text" name="YY" id="start" /> </br> <span class="underline"> MM DD YYYY </span> </br> </div>
My CSS code:
#start{width: 30px;
}
.start input.last-child text{width: 50px;
}

New Topic/Question
Reply


MultiQuote





|