DivitoDesign

Everything for the Web Professional
CSS

Tag:

I’ve Optimized My CSS Writing Style

The latest couple weeks I have been working on a new website and I have used a new CSS writing style. It was kind of ‘getting used to’, but after that was done, things were finished a faster way. So what do you mean? When a guy started learning HTML and CSS, they usually learn [...]

HTML – ABBR Property to Explain Abbreviations

HTML has many properties. There are a couple of them we don’t use that often and we will discuss one today. It is called the ABBR property and is used to explain and mark-up abbreviations. We bloggers write for the web and we shouldn’t forget the text should be understandable for everyone. You might have [...]

Accessibility Tips For Fonts

Fonts is a though subject when we are talking about accessibility. Many of the webdesigners out there design and code their website in a way they like it. They use a header image they like and they use the font family and font size they like. Sometimes (if not often?), they forget all machines and [...]

Guide to HTML Emails

This guide will tell you exactly what HTML emails are, how to make them and how to design your HTML emails. What are HTML emails? HTML emails are emails send with mark-up. Most of the time, an email just contains letters and words to bring over a message to the recipient. It doesn’t need any [...]

Z-Index : Overlap HTML Elements With CSS

Via this guide, you will learn what a Z-Index is and how to use this property to overlap HTML elements with CSS. What is a Z-Index Z-index is an property in CSS and has been included in CSS because people asked for an property with the possibility to make HTML elements overlap. Overlapping HTML elements [...]

Style WordPress Widgets With CSS

WordPress is a beautiful piece of software, we all know that. Especially when you have just updated to version 2.5 and discovered some stuff in the wp-admin panel you have never seen before. A couple days ago, I’ve found WordPress Widgets. WordPress Widgets were original designed as a plugin for WordPress by Automattic. Matt Mullenweg [...]

Pre-load Images In a CSS Menu

I wrote a tutorial about pre-loading images via CSS some time ago. This time we’ll use a slightly different approach. We will go deeper into the use of pre-loading images in CSS menu’s. Before you start, you should have some general HTML and CSS feeling and the source files available, which can be downloaded here. [...]