Not signed in (Sign In)

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

Categories

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

    • CommentAuthorsherman
    • CommentTimeJul 20th 2009
     permalink
    Hey guys!

    When entering text into an "input field", I somehow can't seem to get that text to align itself in the middle of the form.

    to better explain it click here http://www.ccmindia.com/donate.html

    Notice, when you type in the input fields how the text starts from the top left. I would like the text to start from the Vertical-middle http://www.adamwintle.com/contact

    Help?
    • CommentAuthordavist11
    • CommentTimeJul 21st 2009
     permalink
    I would remove the height on the input elements and play with the padding.
    • CommentAuthorsumi
    • CommentTimeJul 21st 2009
     permalink
    Its really very simple just change your class value by removing height and adding padding property. This will fix your problem

    fieldset input {
    border:1px solid #663300;
    float:right;
    margin-right:50px;
    padding:10px 0;
    width:65%;
    }
    Thankful People: sherman
    • CommentAuthorsherman
    • CommentTimeJul 22nd 2009
     permalink
    THANKS SUMI, IT WORKED.
    • CommentAuthorsumi
    • CommentTimeJul 23rd 2009
     permalink
    cool.
Add your comments
    Username Password
  • Format comments as (Help)