Browsing articles in "CSS"
Nov
25
2011

CSS Compression

In this article we provided two practical methods for compressing CSS documents.

Nov
23
2011

Detect screen size with jQuery and apply a CSS style

Sometimes we need to format the content differently according to the screen resolution of the user. One of the ways to do this is to simply detect the screen width using the screen.width property and change the stylesheet.

Nov
20
2011

Remove unused CSS

dust-me-selector

Often we think of using some class or id within a CSS but later on decide not to use them finally. But several times we forget to delete those classes from the CSS file. This may not be a problem for sites where the use of CSS is very less. But this may be accountable for much junk lines within your CSS which are unnecessary and unwanted.

Oct
21
2011

Using reset.css file to get full control

The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.

May
2
2011

Fancy CSS/jQuery information boxes

A snazzy tutorial for you that you can use on you’re blog or website – whatever takes your fancy!