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
Saturday, April 4, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment