CSS Tutorials, Tips & Tricks

CSS Styling Radio Button and Checkboxes

CSS Styling Radio Button and Checkboxes

The idea is simple. We want to change the look and feel of existing radio buttons into more of a push button. The above image pretty much tells what we want to achieve. Now...

Setting Height of Selectbox (Combobox) in IE

Working with Internet Explorer and creating web pages that behaves same in IE has always been frustrating for many web developers. One way of tackling IE problem is to create IE-Specific Stylesheet and thus...

How To: Create an IE Specific Stylesheet

How To: Create an IE Specific Stylesheet

If you are a web developer you know how painful is to write a webpage that behaves same in all the web browsers. Generally the webpage created for Firefox behaves pretty much the same...

Rounded corner CSS without images

Rounded corner CSS without images

Lot of webdesigners uses rounded corner tables and divs to display information on the webpage. Not only it looks sleek but also eye appealing. The problem with coding such DIVs is that there is...