Posts under ‘CSS’

Merits of CSS sites over Tabled sites

Always you may have heard the terms like tableless designs, CSS based sites etc. If you have always thought that why you should leave table based designs and take tableless designs, then here are the suggestions to your thoughts. The key benefits of CSS based sites on tabled sites are:

Using CSS, sites code reduction will [...]

W3C Validated CSS with IE Hacks

Whenever there is a problem in validation because of IE hacks. Now here is the way to overcome the error to pass the validation.
The general fix for IE 6 is “_ ” followed by a property and value
Example (_margin: 5px; )
For IE 7 “*” followed by a property and value
Example (*margin: 5px ; )
But this [...]