Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorArun
    • CommentTimeDec 14th 2005
     permalink
    Need Css for Textarea, Radio Button, and check box to cut border or some thing to make better view of them. I thik there is no way with out any javascript. please post replay if anybody know more abt (Textarea, Radio Button, and check box)..

    Thanks
    •  
      CommentAuthorGustavs
    • CommentTimeDec 14th 2005 edited
     permalink
    You can customize textares with CSS easly using simple classes. Like -

    CSS:
    .field {
    background: #000;
    border: 1px solid #ccc
    }

    HTML:
    <form id="form1" name="form1" method="post" action="">
    <label>
    <input type="text" name="textfield" class="field" />
    </label>

    And so on.

    But, I'm not sure about the radio buttons and check boxes. I think there you should use JS.
    • CommentAuthorArun
    • CommentTimeDec 14th 2005
     permalink
    what abt radiobutton and checkbox
    •  
      CommentAuthorJohnRiv
    • CommentTimeDec 14th 2005
     permalink
    You don't have much control over radio buttons and checkboxes via CSS :
    http://www.456bereastreet.com/archive/200409/styling_form_controls/

    So you'll have to go the JavaScript route:
    http://www.badboy.ro/articles/2005-07-23/index.php
Add your comments
    Username Password
  • Format comments as (Help)