In most cases, a hyperlink is used to link word or excel documents on the web page that allow users to download these files on the local drive. Word or Excel documents can't be displayed directly on the browser like PDF. The MS Office files are required a ...

By: CodexWorld Mar 28, 2022
CSS

Generally, browser's default style is used for checkbox and radio button. But if you want to make a nice UI web form and match with the web page layout, form element customization is required. Customize checkbox and radio button overrides browser's default...

By: CodexWorld Feb 26, 2018

Generally, a hyperlink is used to link a PDF document to display in the browser. HTML anchor link is the easiest way to display a PDF file. But if you want to display PDF document on the web page, PDF file need to be embedded in HTML. The HTML embed tag is...

By: CodexWorld Apr 15, 2023

The 3D effect makes image gallery more attractive and provides a better user interface. There are many jQuery plugins are available for creating a 3D image gallery. But the 3rd party plugin increases the web page size which affects your website load time. ...

By: CodexWorld Jul 19, 2017

Top Notification Bar or Hello Bar is the best way to direct your visitors and promote website's most important content. Use top notification bar to promote products or show important notification for maximum reach. It's very easy to create a top fixed noti...

By: CodexWorld Apr 20, 2017

Customize the scrollbars with web page UI design adds an extra value to your website. Using CSS pseudo-element, you can easily change the default scrollbar style with your custom style. WebKit allow you to styling scrollbars with your custom CSS. If scroll...

By: CodexWorld May 30, 2018

Social media buttons are very useful for every website and it helps the user to get updates from the website. Also, sticky social bar surely increases the social media followers of your website and helps to drive traffic to your website. In this tutorial, ...

By: CodexWorld Jan 17, 2017

A loader is a very useful element for every web project. When we use Ajax to update parts of a web page, some time needs to get the respective content. At this situation, preloader is a perfect choice for notifying the user to wait. You can use an image as...

By: CodexWorld Nov 20, 2016
CSS

The toggle switch will add a neat and clean user experience to checkbox functionality. The toggle switch can be created using pure CSS, so you can use toggle switch as a filtering button in your web project. If you want to provide a better user experience ...

By: CodexWorld Sep 15, 2016
keyboard_double_arrow_up