HTML    CSS    PHP    Bootstrap    JavaScript    Dev Tools      

HTML5 CSS3 Modal Windows Part 1

Current Time  00:00 Total Time  00:00

We are always looking for input on our tutorial content. If you have a suggestion, comment, additional information on this topic that you feel should be added, drop us a line. We appreciate your input.

Title: HTML5 CSS3 Modal Windows Part 1 Category: CSS / CSS3

Topic: Project Training Publish Date: 2017-10-17

Views: 35

Author: Mike King

Description

Modal windows are used quite frequently in our HTML development. Used for many different areas of our websites, we can use them for; Login Forms, advertisements, notifications, specials, links to areas, etc. Most developers use them by incorporating JavaScript into their sites not realizing that with the new properties in CSS3, that is no longer necessary. We can develop and deploy pure HTML5 and CSS3 modal windows without any additional code. Developing in this way supports the “Best Practices” of progressive enhancement on our sites.