DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Stereolabels Bug Snippet
Trying to debug a problem with stereolabels.
- <a href="http://www.abbett.org/ff-correct.jpg">Working correctly in Firefox 3</a>
- <a href="http://www.abbett.org/ie-before-tabbing.jpg">How it looks in IE 7</a>
- <a href="http://www.abbett.org/ie-after-tabbing.jpg">How it looks in IE 7 after tabbing through the fields</a>
<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>




