On Wednesday, January 8, 2003 at 16:32, Siobhan Thomas wrote:

b> On 8 Jan 2003 at 16:43, [EMAIL PROTECTED] wrote:

b> I very very very rarely ever find myself using radio input controls.  In
b> previous projects I made a clsINPUTText class and use that instead of applying
b> styles to the entire INPUT range.

ST> Ummm... can you spell this out for me?

instead of styling the input tag directly by:

   input {
      some style
   }

just create a class with the same declarations and apply the class to the
input boxes you want to look like this:

   .clsINPUTText {
      font-family:Verdana,Arial;
      font-size:10px;
      color:#000000;
      height:20px;
      border:solid #808080 1px;
      padding:3px;
   }

   <input type="text" class="clsINPUTText" ... />

hth,

darren.


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to