Never been to DZone Snippets before?

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 (See related posts)

Trying to debug a problem with stereolabels.

- 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>

You need to create an account or log in to post comments to this site.


Click here to browse all 7289 code snippets

Related Posts