How do I get only two form fields to show instead of all 5 on initial page load? CSS
- by marcamillion
Here is the implementation:
http://jsfiddle.net/AdQfB/2/
If you notice, when you click 'Login' or 'Register' before entering anything, you should see a few fields disappear and re-appear respectively.
I would like for this page to display the view of just the two fields on the first load (rather than the current 5 it shows on first load), then when the user clicks the 'register' link, it shows the other 3 - for a total of 5.
How do I do that?
Thanks