

When linking a telephone number on your website using the a href tag you will notice inconstant styles from mobile devices. For example on a desktop or laptop the number…
Today I was on the forum and wanted to add in a link to our GitHub and GitLab accounts next to the social icons. We use a theme from IPS…
After creating another post on absolute position footers we decided to add a quick post on how to create a sticky footer. html{ position: relative; min-height:100%; } body{ margin:0 0…
How do you get a footer to stay at the bottom of a Web page when the content of the page is too short? There are a few options. Option…
This is an example of how to select a child of a parent element using CSS. Most of the time you can add a class or id to the element…
Last week we wrote a blog post on how to disable right click functionality on an entire website. Since then we’ve had a few requests on how you would apply…