A Very Simple Popup Box – HTML, CSS, JavaScript

Popup boxes are the most useful way of showing a warning or any other important information to the website visitors in many HTML5 templates. In this article I’m going to walk you through the creation of a very simple popup box with shadow overlay and close button. We’re going to implement this using HTML, CSS and jQuery in less than 100 lines (not compressed code).

simple popup box html css js
Open the demo in a new page

Continue reading “A Very Simple Popup Box – HTML, CSS, JavaScript”

Back to Top Button With Progress Bar Indicator

The Back to Top ↑ button is a useful user interface element commonly found on web pages, particularly those with long scrolling content. This button allows users to quickly return to the top of the page with a single click, improving navigation efficiency and overall user experience.

back to top progressbar demo
Visit Rubikscu.be for the live demo.

Continue reading “Back to Top Button With Progress Bar Indicator”

Prevent Web Crawlers From Stealing Email Addresses From Your website

If you just simply publish an email address on a website you can expect tons of spam in the inbox. Web spiders crawl the sites all the time looking to collect email addresses to send them spams, ads or viruses. This is why you have to make sure you never add your email to any website as plain text or link which is visible by robots.

Demo

Show Email
Continue reading “Prevent Web Crawlers From Stealing Email Addresses From Your website”

Stick HTML element to the top when scrolled through with JavaScript

In this article I’m going to present a lightweight script to stick an HTML element to the top of the page when the user scrolls through it. Use this to make a menu, a call to action button or any other important element always stay in focus. Adjusting the script you can trigger other effects when the page scrolls through an anchor point. Here are the HTML CSS and JS codes to use to accomplish this effect.

javascript stick element top scroll through Continue reading “Stick HTML element to the top when scrolled through with JavaScript”

Website Search Box with Dropdown Tooltip Suggestions

Search functionality is crucial to improve the user experience, making navigation on the website much easier. This functionality is built into WordPress and almost every other CMS, but in this article I’m going to present a custom and very lightweight HTML-CSS-JS-jQuery solution that is very easy to implement.

website search input tooltip dropdown

Continue reading “Website Search Box with Dropdown Tooltip Suggestions”

Stick Sidebar To The Bottom Of The Page When Scrolled Through

Don’t let important short sidebars disappear when visitors scroll though the web page. In this article I’m going to present how to stick a HTML element, to the bottom of the page with JavaScript when it’s about to disappear. I have already presented the way of attaching it to the top of the page and this method is very similar to that.
stick bottom

Continue reading “Stick Sidebar To The Bottom Of The Page When Scrolled Through”

This website and its third-party tools use cookies to gather anonymous visitor data and display personalized ads.

Home HTML Editor Articles Privacy Policy, Terms and Conditions About The Author Contact
Okay
This website is using cookies. More details