Jump to content

passing values from form using css effect


narjis

Recommended Posts

        <form action="login/run" method="post">

            <h2>Login to KPJ Idea</h2>

                <p>Don't have an IdeaStorm account?<br />

                  <a href="login/run">Register Now.</a> </p>

 

                <fieldset>

                <label>Email</label>

                <input type="text" name="email" class="txt-field-login" />

 

                    <label>Password</label>

                <input type="text" name="pass" class="txt-field-login" />

 

                    <div class="login-btn">

                        <div class="login-btn"><a href="#">Login</a></div>

                    </div>

                </fieldset>

                </form>

 

I am unable to pass the values using Login css image but can only pass it through <input type ="submit" /> How is it possible to use a css effecty on a button.

Link to comment
Share on other sites

Sorry if I did'nt clear my self this part of the code

<div class="login-btn">

                        <div class="login-btn"><a href="#">Login</a></div>

                    </div>

is  tag but by I am unable to send form values so I replaced it with

<input type="submit" value="Login" />

Is there any way I can applay this css on my submit button.

Thanks for replying

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.