We see and use a lot of fancy JavaScript and jQuery tooltips in our daily development work. A tooltip is a small hover box conveying some information that appears when a user hovers the cursor over an item. To understand the concept, though, it is best to follow how a pure [...]

  • Share/Bookmark
Tags: ,

CSS has a number of property grouping options by which related properties can be condensed in one declaration instead of specifying a values separately. Writing shorthand CSS assists in easier editing as they reduce the code in the stylesheet and can help web pages load faster. Let’s take a look at how some of the more commonly used CSS rules can be compressed.

  • Share/Bookmark

Let’s do a back-to-the-basics refresher of absolute and relative font size units for the web. Print designers are almost spoiled for choice when it comes to selecting a unit for measurement of type. Though there are a number of font unit options to play around with in print, they become irrelevant once the content is [...]

  • Share/Bookmark