- Working correctly in Firefox 3
- How it looks in IE 7
- How it looks in IE 7 after tabbing through the fields
<script type="text/javascript" src="/framr/js/stereolabels.js"></script> <div class="field align-top"> <label>Recipient</label><div class="recipient"> <span class="names"><label for="recipientFirstName" class="inside">First Name</label><input id="recipientFirstName" type="text" name="recipientFirstName" /> <label for="recipientLastName" class="inside">Last Name</label><input id="recipientLastName" type="text" name="recipientLastName" /></span> <label for="recipientEmail" class="inside">E-mail Address</label><input id="recipientEmail" type="text" name="recipientEmail" /> </div> </div>