Skip to main content
Dublin Library

The Publishing Project

Styling Native Dialogues

In dialogues in the web we saw how to create native dialogues using HTML and Javascript. This post will look at how to style the dialogues and the parent element. Styling the dialogue element # The...

Dialogues in the web

I found an interesting thing that would make it easy to create dialogues for web applications. The dialog element represents a dialog box or other interactive components, such as a dismissible alert,...

Switching to pointer events

It is easy to think that everything will work with mouse clicks on the web. However, many devices support other types of pointing input devices, such as pen/stylus and touch surfaces so we need a way...

New viewport units

As documented in CSS values and units there are new or lesser-known units. The first table, taken from MDN, shows the most common / better known (to me) viewport units Unit Relative to vw 1% of...

Archive Navigation