Published in: CSS
/* Fix IE. Hide from IE Mac \*/ * html ul li { float: left; height: 1%; } * html ul li a { height: 1%; } /* End */ .someclass { ...stuff for all browsers to use... voice-family: "\"}\""; voice-family:inherit; ...stuff to use for browsers other than IE... } html>body .someclass { ...stuff to use for browsers other than IE... width:300px; }
You need to login to post a comment.
