Do you know you can reverse the order of HTML elements using only CSS? Yes, it is possible and you do not need any script do this. CSS3 Flexbox Layout, also known as Flexible Layout module provides ...
Just recently, I was going through a project that I’ve worked on a couple of years ago and came across this piece of code and I thought it would be nice to share with beginners especially, who are ...
A few days back I was working on a website and I came across a situation where I had to slide an element up and down animatedly. It was a container with few elements in it (a form), that would remain ...
Facebook, as we know, is a popular site for hanging out and sharing your priced possessions (like pictures etc) with family and friends. Of course, you can do and lot more than just sharing pictures ...
Animations bring web pages to life. A limited amount of animation on a web page is necessary to help set focus on important areas of the page. It has other uses too. You do not have to write lengthy ...
I was working on an online art gallery recently when I came across a requirement where I wanted to add a transparent text over an image. The text would describe the image and I could have used the ...
This is not a Plug-in. It’s simply a work around to zoom an image using JQuery – Responsive and Browser Compatible. What I am going to show you here in this article is to add the source of an img ...
We often use an HTML list item element or <li> to add an item in a list. The <li> sits inside a parent element such as the <ol> (the ordered list) or the <ul> (unordered list). Usually, we add ...
Responsive Web Designing is gaining momentum for quite some time now. Today, more people are using smaller devices, such as, smart phone or a tab for browsing the internet. As a web developer my-self ...
A few days back I was busy updating a few links on the top menu of my blog. I also wanted to make a mobile friendly responsive menu using CSS, which will float at the right top corner of the screen ...