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.

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.