Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"my request for service form"
Bootstrap 3.3.0 Snippet by
Glgcoder
3.3.0
Preview
HTML
CSS
JS
View Full Screen
Forked from
Fork
Fork this
Parent
810
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="col-sm-7"> <form class="mar-15"> <div class="row"> <div class="col-sm-6"> <div class="form-group"> <div class="text-effect"> <span>First Name</span> <input type="text" class="form-control focus-text" /> </div> </div> </div> <div class="col-sm-6"> <div class="form-group"> <div class="text-effect"> <span>Last Name</span> <input type="text" class="form-control focus-text" /> </div> </div> </div> <div class="col-sm-6"> <div class="form-group"> <div class="text-effect"> <span>Email</span> <input type="email" class="form-control focus-text" /> </div> </div> </div> <div class="col-sm-6"> <div class="form-group"> <div class="text-effect"> <span>Phone no</span> <input type="email" class="form-control focus-text" /> </div> </div> </div> <div class="col-sm-6"> <div class="form-group"> <div class="text-effect"> <span>company</span> <input type="email" class="form-control focus-text" /> </div> </div> </div> <div class="col-sm-6"> <div class="form-group"> <div class="text-effect"> <span>Company web address</span> <input type="email" class="form-control focus-text" /> </div> </div> </div> <div class="col-sm-12"> <div class="form-group"> <div class="text-effect"> <span>Your Message</span> <input type="email" class="form-control focus-text" /> </div> </div> </div> </div> </form> </div> </div> </div>
.focus-t span { bottom: 36px !important;; color: #d74141; font-size: 15px; transition: all 0.3s ease 0s; z-index:1; } .focus-t input:focus{ border-color: #d74141; } .text-effect input { border:none; border-bottom:2px solid #073951 !important; border-radius: 0; position:absolute; bottom:0; border-style: none none solid; border-width: 0 0 2px; box-shadow: none; z-index:2; background-color:transparent; } .form-control:focus { border-bottom:2px solid #073951 !important; box-shadow: none; outline: 0 none; transition:0.6s; } .text-effect { position: relative; height:70px; } .text-effect span { bottom: 3px; position: absolute; z-index:1; }
$('.focus-text').focus(function(){ $(this).closest('div').addClass('focus-t'); }) $('.focus-text').blur(function(){ if($('.focus-text').length > 0 && $('.focus-text').val() != ''){ $(this).closest('div').addClass('focus-t'); } else{ $(this).closest('div').removeClass('focus-t'); } })
Related:
See More
Free Template
Datepicker
477.7K
46
login-form
176.1K
18
Login Form
145.5K
52
Contact Form
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76