Category Archives: CSS

CSS Tip 2 : Quotes are optional in URL

The format of a URI value is ’url(’ followed by optional white space followed by an optional single quote (’) or double quote (“ character followed by the URI itself, followed by an optional single quote (’) or double quote … Continue reading

Posted in CSS, Tips

CSS Rules 1 : ex ,em,px Know the difference

There are two types of length units: relative and absolute. Relative length units specify a length relative to another length property. Style sheets that use relative units will more easily scale from one medium to another (e.g., from a computer … Continue reading

Posted in CSS, Rules Tagged , , , ,

CSS Tips 1 : Support for 2 values of same css property

If a User Agent(UA) does not support a particular value, it will ignore that value when parsing style sheets, as if that value was an illegal value . For example: Example(s): h3 { display: inline; display: run-in; } A UA … Continue reading

Posted in CSS, Tips Tagged ,