Saturday, April 4, 2009

CSS IE,mozilla tricks

Css Hints

We can specify the specific property to the specific browsers as below:

#onecss{
/* this for mozilla */
margin-top:12px; !important
/* this for IE7 */
#margin-top:16px;
/* this for IE6 */
_margin-top:14px;

}

For more css hints and trciks:
Css Hints

No comments:

Post a Comment