/ Published in: CSS
Expand |
Embed | Plain Text
/* for all (IE, FireFox, Opera)*/ .some_class{ width:50%; background:#FFFCD8; } /* FireFox & Opera only */ html>body .some_class{ width:100%; } /* FireFox only */ head:first-child+body .some_class{ width:50%; }
You need to login to post a comment.
