Current location: Hot Scripts Forums » General Web Coding » CSS » design iput form


design iput form

Reply
  #1 (permalink)  
Old 10-01-09, 03:22 AM
shemi shemi is offline
Newbie Coder
 
Join Date: Jul 2009
Location: india
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
design iput form

hi all,
help me to design an input form like this .
Attached Images
File Type: png Untitled-3.png (50.3 KB, 125 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 10-01-09, 07:51 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
Please post some code, unless you want some one to do it for you, in which case, you should post under Job Offers and Assistance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 10-29-09, 05:07 AM
maneetpuri maneetpuri is offline
Newbie Coder
 
Join Date: Nov 2008
Posts: 79
Thanks: 0
Thanked 0 Times in 0 Posts
hi,

below is the code tpo create a basic login box.
-------------------------------------------------------------------------------
HTML Code:
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta name="generator"
    content="HTML Tidy for Linux/x86 (vers 1st March 2002), see www.w3.org" />
    <meta name="editor" content="Emacs 21" />
    <meta name="author" content="Gary Turner" />
    <meta http-equiv="content-type"
    content="text/html; charset=ISO-8859-1" />

    <title>Using CSS to Format a Form</title>

<style type="text/css">
/*<![CDATA[*/

form {
    position: relative;
    width: 20em;
    margin: 1em auto 0;
    }

legend {
    font-size: .8em;
    font-variant: small-caps;
    }

form h2 {
    font: 1.2em Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    letter-spacing: .25em;
    }

.lbl {
    width: 48%;
    float: left;
    text-align: right;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    }

.npt {
    width: 48%;
    float: right;
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    }

.npt input {
    width: 8em;
    }

br {
    clear: both;
    }

.clearing {
    font-size: 0;
    clear: both;
    }

/*]]>*/
</style>
  </head>

  <body>
    <form method="get" action="login.php">
      <fieldset>
        <legend>Login</legend> 

        <h2>Please Sign In</h2>

        <div class="lbl">
          <label for="usrname">Username:&nbsp;&nbsp;</label>
        </div>

        <div class="npt">
          <input type="text" id="usrname" />
        </div>
        <br />
         

        <div class="lbl">

          <label for="passwd">Password:&nbsp;&nbsp;</label>
        </div>

        <div class="npt">
          <input type="password" id="passwd" />
        </div>
        <br />

        <div class="npt">

          <input type="submit" value="Log In" />
        </div>

        <p class="clearing">&nbsp;</p>
      </fieldset>
    </form>
  </body>
</html>
------------------------------------------------------------------

Hope this helps,
Cheers,
__________________
Maneet Puri
India Web Site Design Services
PHP Web Development

Last edited by wirehopper; 10-29-09 at 08:29 AM. Reason: HTML tags
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Space Above Form xavier039 CSS 1 07-13-09 11:52 PM
ajax checking and onsubmit issue follower JavaScript 4 10-12-08 04:45 PM
formmail problem gscraper Perl 12 08-27-04 04:06 AM


All times are GMT -5. The time now is 08:35 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.