Posts

Showing posts from June, 2022

Simple Sidebar Menu Using HTML, CSS & JavaScript

Image
From this tutorial, you will learn how to create simple sidebar menus using HTML CSS, and JavaScript. Currently, the HTML sidebar menu is an important web element that is often used in the case of websites. Although navigation bars can be found on most websites. However, at the present time, both the navigation bar and the responsive sidebar menu are kept in the sites that are being created. Earlier I shared many more sidebar HTML CSS designs . They are very advanced but this design is very simple. Simple Sidebar Menu HTML CSS If you know basic Html and CSS then you can easily create this CSS sidebar navigation menu. Some HTML, CSS and just 2 lines of JavaScript have been used to create this sidebar Html CSS template . Earlier I created a drop-down sidebar menu . But I used some jquery in it. There are many types of side menubars. In some cases, this menu bar appears to be in a completely fixed state while in others it is in the form of a pop-up.  We do not see the men

How to Create An Image Zoom on Hover With JavaScript

Image
Creating an image zoom is very easy if you know JavaScript. In this tutorial, I will show you how to create a JavaScript image zoom effect . You will find many tutorials on this topic on the internet. But here I will tell you the easiest way to zoom an image by HTML CSS JavaScript bar. With this, you will know how to add image zoom in an image using JavaScript. JavaScript Image Zoom on Hover  Earlier I shared tutorials on creating many types of Image Zoom , Image Magnifier Glass, and Image Hover Effects . There is no need to worry if you are a beginner. Here I have shown step by step how to make image zoom javascript. You can also create zoom effects using CSS only if you want.  However, in that case, you will not be able to control the position of the zoom. In this case, the zoom effect will follow your mouse cursor. This means that the image of the place where your mouse will be zoomed. See the Pen Vanilla image zoom by Shantanu Jana ( @shantanu-jana ) on CodePen .