You Are Viewing Posts Under Category: HTML-CSS-PHP-JavaScript

Basic-Pure-Vanilla-JavaScript-Fade-In-Out-Slideshow-Without-jQuery

Basic Pure Vanilla JavaScript Fade In/Out Slideshow Without jQuery

There are many Fade In/Out Sliders are available over the internet but here we have a basic simplest pure vanilla javascript-based Fade In/Out Slider that will work best in all major browsers as well as in all handheld devices. You do not have to add any external jQuery library or anything else to i...
Multiple-Pages-As-Show-Hide-DIV-On-A-Single-Web-Page-Using-Pure-JavaScript

Multiple Pages As Show/Hide DIV On A Single Web Page Using Pure JavaScript

Do you want to show multiple pages using javascript on a single HTML page then you can do this by using show/hide DIV concept? Many time you need to split your content into multiple pages in one HTML based on your category and want the user to open there desired pages by keeping on the […]...
Fully-Customizable-Simple-Progress-Circular-Bar-Using-Pure-Vanilla-JavaScript

Fully Customizable Simple Progress Circular Bar Using Pure Vanilla JavaScript

Progress Circular Bar is a very important design to present and display your informative data value to user and it is counted in the latest beautiful UI element as you have seen in many dashboards. There are many Progress Circular Bar snippets available over the internet with a lot of coding sand st...
Run-Any-Function-When-Any-Content-Is-Visible-In-Browser-Screen-Using-JavaScript

Run Any Function When Any Content Is Visible In Browser Screen Using JavaScript

Do you want to run any function or lines of code in JavaScript when any content is visible on browser screen after scrolling the window using pure Vanilla JavaScript then here is the snippet code that also works on toggle properties? There are many code snippets available online or on many other blo...
Add-Top-And-Bottom-Horizontal-Scrollbar-On-Any-DIV-Using-Pure-Vanilla-JavaScript

Add Top And Bottom Horizontal Scrollbar On Any DIV Using Pure Vanilla JavaScript

Sometimes we need to add a scroll bar to a div or span whenever text in the div or span gets overflow. the scroll bar is supported in all browsers like IE 5+, FF 3.5+, and Safari, Opera, etc. To show the scroll bar, we need to specify the overflow property of CSS to “visible” […]...
HTML-DIV-TAG-Table-Same-Like-TABLE-TAG-Example

HTML DIV TAG Table Same Like TABLE TAG Example

To show a data in a grid on your Web Page, HTML TABLE tag is enough to do as per your requirement but when it comes to coming advancement and alteration with your table, TABLE tag didn’t allow you to do so that’s why you have to think an alternate way to view your data […]...
Show-Sub-Menu-On-Hover-With-Main-Menu-Overflow-Hidden

Show Sub-Menu On Hover With Main-Menu Overflow Hidden

There are many ideas to design a web site or any web application so there is no limit for your web development ideas but it comes to an end when you face any error or limitation or not a solution to your ideas in web development then you drop your magical idea and goes with […]...