Click to See Complete Forum and Search --> : 3D look/raised look


suganya
11-11-2003, 11:16 AM
how do i get a 3D -look (raised kind of look) for a text box...

any help with coding pl

Robert Wellock
11-11-2003, 11:43 AM
<style type="text/css">
<!--
textarea {border-style: outset;}
-->
</style>

suganya
11-11-2003, 12:07 PM
thanks
it works...