Intoduction :- Hii Friends... Today
I explain how to make CSS3 image hover effects. On the modern web
there are so many techniques that can be used to create interesting
interactions, but the simplest and most easy is use CSS, and
specifically the additions that came with CSS3. It gives us beautiful
animation and transitions or image effects.
Demo :-
Hover Effect
DotNet Modules
This is a Plateform, Of new ideas and Interesting modules.
Intoduction :- Hii Friends... Today I explain how to make CSS3 image hover effects. On the modern web there are so many techniques that can be used to create interesting interactions, but the simplest and most easy is use CSS, and specifically the additions that came with CSS3. It gives us beautiful animation and transitions or image effects.
Intoduction :- Hii Friends... Today I explain How To make jQuery image slider with three panels and 3D look, If you are a web designer or developer you are already aware of how to work jQuery and CSS. CSS3 and jQuery have smart changes in web development. you Want to animate images or texts then you can easily with the help of Jquery and css3. For this I use animated hover effects,elastic effects, buttons with built-in progress bars,light boxes, image gallery effects, text effects and zoom-in effects.
Demo :-
Example :-
<!DOCTYPE html> <html lang="en"> <head> <title>Welcome On DotNetModules</title> <link rel="stylesheet" type="text/css" href="css/demo.css" /> <link rel="stylesheet" type="text/css" href="css/style.css" /> <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Prata' rel='stylesheet' type='text/css' /> <script type="text/javascript" src="js/modernizr.custom.26887.js"></script> <noscript> <link rel="stylesheet" type="text/css" href="css/noscript.css" /> </noscript> </head> <body> <div class="container"> <div class="main"> <div class="fs-slider" id="fs-slider"> <figure> <img src="images/1.jpg" alt="image01" /> <figcaption> <h3>Lorem Ipsum</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </figcaption> </figure> <figure> <img src="images/2.jpg" alt="image02" /> <figcaption> <h3>Lorem Ipsum</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </figcaption> </figure> <figure> <img src="images/3.jpg" alt="image03" /> <figcaption> <h3>Lorem Ipsum</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </figcaption> </figure> <figure> <img src="images/4.jpg" alt="image04" /> <figcaption> <h3>Lorem Ipsum</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </figcaption> </figure> <figure> <img src="images/5.jpg" alt="image05" /> <figcaption> <h3>Lorem Ipsum</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> </figcaption> </figure> </div> </div> </div> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.imgslider.js"></script> <script type="text/javascript"> $(function () {
$('#fs-slider').imgslider();
}); </script> </body> </html>
Dear friends if you need this code. I will provide you Zip. Put your EmailId in comment box.
Intoduction :- Hii Friends... This
is an easy way to find tables, procedures, triggers which was made by
you or your friends and you don't know the table or procedures name then
you can simply fire below queries with remember name like if your table name is tbl_Employee and procedure name is proc_ManageEmployee and trigger name is tgr_updateEmployee then you can fire query like below queries 1. for tables : select * from sys.tables where name like '%Employee%' you will get tbl_Employee as result. 2. for procedures : select * from sys.procedures where name like '%Employee%' you will get proc_ManageEmployee as result. 3. for triggers : select * from sys.triggers where name like '%Employee%' you will get tgr_updateEmployee as result. you can also put your own condition with these conditions like AND Id > 10OR Mobile=123456789 Thank You !
Today I explain How To scroll from top to bottom and bottom to top, we use “scrollTop” function of jquery. In order to make the Scroll to Bottom action smooth, jQuery animation has been used. The jQuery scrollTop property is used to set the position of the browser Scrollbar. The page is scrolled to Top or Bottom position by setting the scrollTop property.Through this button, we can back to the top section from the bottom section of the web page without manual page scrolling.
Example :- <img src="img/BackToTopArrow.png" class="on-click-scroll-page-image" title="Go To Top" />
Intoduction :- Hii Friends... Today I am going to explain a new css style, actually its a part of css3. Css3 is the extended version of css. In css3 its has multiple types of borders, So i am going to introduces a border style.
Intoduction :- Hii Friends... Today I explain how to make a bootstrap Testimonial Slider. Testimonial is a formal statement testifying to someone's character and qualifications. ATestimonial or show consists of a person's written or spoken statement extolling the virtue of a product.
<div class="carousel-inner"> <div class="item active"> <div class="col-md-4 col-sm-6"> <div class="block-text rel zmin"> <a title="" href="#">Sheetal</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star"></span><span data-value="3" class="glyphicon glyphicon-star"></span><span data-value="4" class="glyphicon glyphicon-star-empty"></span><span data-value="5" class="glyphicon glyphicon-star-empty"></span> </span></div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img src="https://media.licdn.com/mpr/mpr/shrink_100_100/AAEAAQAAAAAAAAf_AAAAJGQ4NWEyZmUwLWEyNTgtNDJmMC04OWQ1LWRiZDQwNjRkOTAzMQ.jpg" style="border-radius: 50px;"/> <a title="" href="#">Sheetal</a> <i>from Bharatpur</i> </div> </div> <div class="col-md-4 col-sm-6 hidden-xs"> <div class="block-text rel zmin"> <a title="" href="#">Deepika</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star-empty"></span><span data-value="3" class="glyphicon glyphicon-star-empty"></span><span data-value="4" class="glyphicon glyphicon-star-empty"></span><span data-value="5" class="glyphicon glyphicon-star-empty"></span> </span></div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img style="border-radius: 50px;" src="https://yt3.ggpht.com/-_lPdJSkjvkg/AAAAAAAAAAI/AAAAAAAAAAA/qmSPcvl81E0/s100-c-k-no-rj-c0xffffff/photo.jpg"/> <a title="" href="#">Deepika</a> <i>United States</i> </div> </div> <div class="col-md-4 col-sm-6 hidden-sm hidden-xs"> <div class="block-text rel zmin"> <a title="" href="#">Jorge</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star"></span><span data-value="3" class="glyphicon glyphicon-star"></span><span data-value="4" class="glyphicon glyphicon-star"></span><span data-value="5" class="glyphicon glyphicon-star"></span> </span></div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img style="height: 100px; border-radius: 50px;" src="https://pbs.twimg.com/profile_images/555227960026746880/0tqN73Qj_400x400.jpeg"/> <a title="" href="#">Jorge</a> <i>Indonesia</i> </div> </div> </div> <div class="item"> <div class="col-md-4 col-sm-6"> <div class="block-text rel zmin"> <a title="" href="#">Denim</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star"></span><span data-value="3" class="glyphicon glyphicon-star"></span><span data-value="4" class="glyphicon glyphicon-star-empty"></span><span data-value="5" class="glyphicon glyphicon-star-empty"></span> </span></div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img src="https://media.licdn.com/mpr/mpr/shrink_100_100/AAEAAQAAAAAAAAf_AAAAJGQ4NWEyZmUwLWEyNTgtNDJmMC04OWQ1LWRiZDQwNjRkOTAzMQ.jpg" style="border-radius: 50px;"/>
<a title="" href="#">Denim</a> <i>from Glasgow, Scotland</i> </div> </div> <div class="col-md-4 col-sm-6 hidden-xs"> <div class="block-text rel zmin"> <a title="" href="#">Spedd</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star-empty"></span><span data-value="3" class="glyphicon glyphicon-star-empty"></span><span data-value="4" class="glyphicon glyphicon-star-empty"></span><span data-value="5" class="glyphicon glyphicon-star-empty"></span> </span></div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img style="border-radius: 50px;" alt="" src="https://yt3.ggpht.com/-_lPdJSkjvkg/AAAAAAAAAAI/AAAAAAAAAAA/qmSPcvl81E0/s100-c-k-no-rj-c0xffffff/photo.jpg"> <a title="" href="#">Spedd</a> <i>United States</i> </div> </div> <div class="col-md-4 col-sm-6 hidden-sm hidden-xs"> <div class="block-text rel zmin"> <a title="" href="#">Firrll</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star"></span><span data-value="3" class="glyphicon glyphicon-star"></span><span data-value="4" class="glyphicon glyphicon-star"></span><span data-value="5" class="glyphicon glyphicon-star"></span> </span></div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img style="height: 100px; border-radius: 50px;" alt="" src="https://pbs.twimg.com/profile_images/555227960026746880/0tqN73Qj_400x400.jpeg"> <a title="" href="#">Firrll</a> <i>Indonesia</i> </div> </div> </div> <div class="item"> <div class="col-md-4 col-sm-6"> <div class="block-text rel zmin"> <a title="" href="#">Sheetal</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star"></span><span data-value="3" class="glyphicon glyphicon-star"></span><span data-value="4" class="glyphicon glyphicon-star-empty"></span><span data-value="5" class="glyphicon glyphicon-star-empty"></span> </span></div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img style="height: 100px; border-radius: 50px;" src="https://pbs.twimg.com/profile_images/555227960026746880/0tqN73Qj_400x400.jpeg"/> <a title="" href="#">Sheetal</a> <i>from Glasgow, Scotland</i> </div> </div> <div class="col-md-4 col-sm-6 hidden-xs"> <div class="block-text rel zmin"> <a title="" href="#">Angel</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star-empty"></span><span data-value="3" class="glyphicon glyphicon-star-empty"></span><span data-value="4" class="glyphicon glyphicon-star-empty"></span><span data-value="5" class="glyphicon glyphicon-star-empty"></span> </span></div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img style="height: 100px; border-radius: 50px;" src="https://pbs.twimg.com/profile_images/555227960026746880/0tqN73Qj_400x400.jpeg"/> <a title="" href="#">Angel</a> <i>United States</i> </div> </div> <div class="col-md-4 col-sm-6 hidden-sm hidden-xs"> <div class="block-text rel zmin"> <a title="" href="#">Denim</a> <div class="mark">My rating: <span class="rating-input"><span data-value="0" class="glyphicon glyphicon-star"></span><span data-value="1" class="glyphicon glyphicon-star"></span><span data-value="2" class="glyphicon glyphicon-star"></span><span data-value="3" class="glyphicon glyphicon-star"></span><span data-value="4" class="glyphicon glyphicon-star"></span><span data-value="5" class="glyphicon glyphicon-star"></span> </span></div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting.</p> <ins class="ab zmin sprite sprite-i-triangle block"></ins> </div> <div class="person-text rel"> <img style="height: 100px; border-radius: 50px;" src="https://pbs.twimg.com/profile_images/555227960026746880/0tqN73Qj_400x400.jpeg"/> <a title="" href="#">Denim</a> <i>Indonesia</i> </div> </div> </div> </div> <a class="left carousel-control" href="#carousel-reviews" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> </a> <a class="right carousel-control" href="#carousel-reviews" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> </a> </div> </div> </div> </div> </div> </form> </body> </html>