Posts

How to use view more & view less content simple code.

Image
How to use view more & view less content simple code. In this post i used view more & view less link or button  when the content is more to show simple code.   HTML   <div class="OverContent"> <p>Villa Sensel, featuring 6 bedrooms to accomodate a minimum of 12 guests, it’s the most comfortable at the best rate villa in the market of Bali, offering great service and plenty of facilities. It is placed in the most exclusive area in the center of Seminyak, at walking distance from many restaurants and shops. Ideal for families or a big group of friends, it is made of 2 villas interconnected by a door at the center of 2 gardens and featuring two swimming pools, two living rooms and two kitchens.</p> </div> <div class="TabView"> <a href="JavaScript:Void(0)" class="TabViewShow">View More <span class="lnr lnr-chevron-down"></span> </a> <a href="Java...

Front-end designer best modules

Image
Front-end designer best modules This website has made modules which are very useful to the best Front-end designer best modules. https://www.papawebdesigner.com/ If there are any issues related to designing, then here you will be given Solution. Please visit link and leran More. When we’re writing HTML and CSS, we’re defining content and making decisions around appearance, usability, and interaction. We’re designing. Have you ever looked at your favorite website and wondered exactly what made it tick? Have you looked at the way it was laid out,  Follow On Social Media - Follow on Facebook   -   https://www.facebook.com/Front-End-Issue-487743404963344 Follow on instagram   -   https://www.instagram.com/frontendissue/    Follow on Twitter       -   https://twitter.com/IssueEnd Follow on Linkedin     -   https://www.linkedin.com/in/callmehitesh/ ...

How to use custom sticky sidebar

Image
How to use custom sticky sidebar Not use jQuery only JavaScript plugin for making smart and smooth high performance custom sticky sidebar   HTML  <header> <div class="container"> <h1>Sticky sidebar Example</h1> </div> </header> <div class="container"> <div class="clearfix"> <div id="sidebar"> <div class="sidebar__inner"> <p>This is sticky column</p> </div> </div> <div id="content"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras tempus id leo et aliquam. Proin consectetur ligula vel neque cursus laoreet. Nullam dignissim, augue at consectetur pellentesque, metus ipsum interdum sapien, quis ornare quam enim vel ipsum.</p> <p>In congue nunc vitae magna tempor ultrices. Cras ultricies posuere elit. Nullam ultrices purus ante, at mattis leo pl...

Owl carousel center mode with zoom image

Image
Owl carousel center mode with zoom image in this slider the code is very simple to use. it is a new creative slide with the use of owl crousal included cursur effective zooimg image active images  HTML  <section class="sec sec-testimonials"> <div class="inner-testimonials"> <div class="owl-carousel custome_slide" id="slide-testimonal">     <div class="test_img">         <div class="main-reviewimage">             <img src="https://images.unsplash.com/photo-1513207565459-d7f36bfa1222?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1535&q=80" class="img-fluid" alt="">         </div>         <div class="testimonial_detail">             <h4>Siana H</h4>             <p>Perfect for what...

Basic computer shortcut keys

Image
Basic computer shortcut keys Shortcut keys help provide an easier and usually quicker method of navigating and executing commands in computer software. As you begin to memorize shortcut keys, you'll notice that many applications share the same shortcut keys. More information please visit this url  https://www.papawebdesigner.com/ Here are 15 basic computer shortcut keys images. Follow On Social Media - Follow on Facebook   -   https://www.facebook.com/Front-End-Issue-487743404963344 Follow on instagram   -   https://www.instagram.com/frontendissue/    Follow on Twitter       -   https://twitter.com/IssueEnd Follow on Linkedin     -   https://www.linkedin.com/in/callmehitesh/   Follow on GooglePlus -   https://plus.google.com/118238268171156252992 Follow on pinterest    -  ...

Use jQuery Magnifier Plugins

Image
Use jQuery Magnifier Plugins Zoom is a simple yet powerful jQuery plugin cross-browser Image Magnifier jQuery plugin. Zoom in / out functionality using mouse wheel and use jQuery Magnifier Plugins.  HTML  <img id="image1" border="0" src="http://www.dynamicdrive.com/dynamicindex4/hayden.jpg" width="300"/> More information please visit this url  https://www.papawebdesigner.com/  CSS  .magnifyarea {  box-shadow: 5px 5px 7px #818181; -webkit-box-shadow: 5px 5px 7px #818181; -moz-box-shadow: 5px 5px 7px #818181; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true); background: white; } .targetarea {  width: 325px;  height: 338px;  margin-top:3px; } #two {  height: 243px;  } .targetarea img { margin: auto;  display: block;  position: relative;  border-width: 0; } .thumbs {  padding-top: 25px; wi...