Its looks good.
Wednesday, April 29, 2009
Sunday, April 19, 2009
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
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
Labels:
CSS
Subscribe to:
Posts (Atom)