DivitoDesign

Everything for the Web Professional
CSS

Tag:

Remove The Dotted Outline On Links

There are so many things possible when we talk about links and CSS. You could change almost everything you want and all around the internet we see different link styles we have never seen before. That is the greatness of CSS and the creativity of people. Today we will discuss the use of a dotted [...]

One image = Multiple images

We are always interesting in speeding up our website in every available way. Today, I have thought of a small, yet smart trick to improve the loading time of our website by optimizing the images we use. With a small CSS trick, we are able to use only one, big image instead of a number [...]

Format accessible forms using CSS

In this CSS tutorial we will look deeper inside the building of a form. You see forms everywhere on the web and they are most often used to gather information about the visitors. The examples are everywhere: contact forms, polls, surveys, search forms. There are a couple ways to produce a proper formatted form. A [...]

Usability Upgrade for Forms With :focus Selector

Today we will try to improve the usability of our forms, using the :focus selector. Unfortunately, this selector is only supported by Firefox, Safari and Opera. The Internet Explorer family completely ignore it: Example: Therefore we are able to use it for the other browsers as IE will not preform any action when :focus is [...]

CheatSheets That Webdesigners Should Use

Some time back I discovered some of the so-called CheatSheets. These CheatSheets are PDF files packed full of information on a specific topic. In this article I will give you a couple of those CheatSheets, with a explanation and download link. CSS related CSS CheatSheet by IloveJackDaniels.com – This Cheat Sheet is the first one [...]

The MouseClick Effect With CSS

In this article you will learn about the MouseClick effect and you’ll learn how to use this in your own website or blog. It isn’t too hard to understand and nice to know. What is a MouseClick effect? The MouseClick effect is everything you will see when you click on a link item. In JavaScript, [...]

CSS Compressors: Speed Up Your Website

It is a good idea to optimize your CSS files. As I told you before, there are a couple ways to improve your CSS coding. I have found an article studying the benefits and performance of CSS compressors. What’s a CSS compressor? A CSS compressor optimizes your CSS files. It deletes the unnecessary spaces, enters [...]