Developer's Forum

Main >> HTML/CSS Technical Articles and Discussions>> How to place text labels over a div border

Register Login New Discussion
AuthorPostings
TBR
Programmer
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?

Post a Replyreply

AlexT
Developer
Re:How to place text labels over a div border

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>

Post a Replyreply

WebDesigners-Directory