Main >> HTML/CSS Technical Articles and Discussions>> How to place text labels over a div border
Tuesday, August 15 2006 04:13 PM
I am trying to lay text labels over the border of a div so they look nice but using positioning does not work well in all browsers. Any ideas?
reply
Tuesday, August 15 2006 04:15 PM
<fieldset> <legend>Label Here</legend> <div class="someclass"><p>E-mail</p> <input type="text" id="e-mail" /> </div> </fieldset>