Category Archives: CSS


February 1, 2024 5:02 am

How to create Drop Down Menu with jQuery and CSS


How to create Drop Down Menu with jQuery and CSS
In this simple tutorial i will show you how to create a drop down menu with jQuery and CSS and its a very easy to configure you must try this on your web sites. This menu show items onClick event with jQuery and CSS its a very basic jQuery and CSS hope you like it.

[ Read More ]


January 17, 2024 5:02 am

How to Integrate live search in PHP and MySQL with jQuery


How to Integrate live search in PHP and MySQL with jQuery
I have received many requests from my readers for live search in PHP and MySQL with jQuery, so today i have decided to write a tutorial how to integrate live search in PHP and MySQL with jQuery. Searching is one of the most required feature in web sites and if it will be live searching it will show you fast result on page. In this tutorial we will create a database and a table insert records and start searching in it.

[ Read More ]


December 25, 2023 5:01 am

How to create Facebook Style popup with CSS


How to create Facebook Style popup with CSS
If you are in love with facebook and want to add dialog box like facebook in your website then i have a simple and easy css based dialog of facebook style for you.

[ Read More ]


December 2, 2016 9:46 am

Create HTML5 Fullscreen Static Video Background Using CSS


Create HTML5 Fullscreen Static Video Background Using CSS
In This tutorial I will show you how to add a static video background using CSS, It's a very simple and easy script and looks amazing on landing pages. In this tutorial we are using HTML5 <video> tag to embed video and CSS to put that video on background.

[ Read More ]


November 23, 2016 8:43 am

Facebook style timeline content loading placeholder with CSS


Facebook style timeline content loading placeholder with CSS
If you have noticed that when you open Facebook it show a content loading placeholder how that placeholder work and a working demo available below I have found that example on coepen and want to share that with you all if you need it you can use it in your applications.

[ Read More ]


November 1, 2016 7:49 am

Create pure CSS based toggle visibility button


Create pure CSS based toggle visibility button
I fount that simple snippet on codepen and it looks super easy and simple so no need of JavaScript to hide and show objects if we have a super easy and fast CSS method to do that. Its a very simple and easy snippet.

[ Read More ]


July 13, 2016 5:09 pm

Creating PDFs from HTML and CSS with PHP and Dompdf


Creating PDFs from HTML and CSS with PHP and Dompdf
In this tutorial, we are going to show you how to show the user dynamically-generated PDFs from your web application that relies on PHP. We are going to use a third-party library called Dompdf that enables us to create PDFs and save them to the server or directly display them to users using only HTML and CSS.

[ Read More ]