Category
CSS
9 posts.
Feb 1, 2010
How to remember CSS Shorthand properties
Using margin or padding properties of CSS in the following syntax is straight forward. { padding-top:5px; padding-right:12px; padding-bottom: 15px; padding-left
Jan 19, 2010
How to position HTML element in the center using CSS.
Positioning text in the center of an element is easily done using text-align:center property. But how do you position an entire element, for e.g; a div or an im
Jan 10, 2010
Reset CSS: A simple solution to browsers’ inconsistencies.
One of the challenges web designers face is to get various web browsers render their web pages in a consistent manner. The reason is every browser assigns sligh
Dec 8, 2007
Make your stylesheet a work of art.
Jina Bolton at Vitamin.com has an excellent post for all CSS developers. She described how you can write well structured stylesheets which are more efficient an
Nov 19, 2007
CSS Rounded Box Generator
A nice little tool to create rounded boxes for your website. You can choose the background color for your box. The tool will generate the CSS code and a sample
Nov 14, 2007
Creating Cross Browser Compatible CSS Text Shadows
Sometimes it is nice to jazz up your website by giving text some graphical looks without actually using images. The CSS2 text-shadow property allows you to crea
Nov 6, 2007
Dynamically Resize Text
CSS, combined with little JavaScript, offers great flexibility to web designers. For instance, let say you want to allow visitors to change text size on your we
Oct 26, 2007
Cascading Style Sheet Cheatsheet
If you need quick reference CSS guide, look no further. This CSS cheat sheet is a comprehensive list of all CSS properties. Accompanying brief explanation adds
Oct 26, 2007
Dynamically loading an external JavaScript or CSS file
A very good article explaining how to load JavaScript and CSS files asynchronously and on demand. Dynamically loading an external JavaScript or CSS file