Your Ad Here

Posted By

roberocity on 10/10/06


Tagged


Versions (?)

Who likes this?

2 people have marked this snippet as a favorite

postNuKe
visualAesthetic


Hacks


 / Published in: CSS
 

  1. /* Fix IE. Hide from IE Mac \*/
  2. * html ul li { float: left; height: 1%; }
  3. * html ul li a { height: 1%; }
  4. /* End */
  5.  
  6. .someclass {
  7. ...stuff for all browsers to use...
  8. voice-family: "\"}\"";
  9. voice-family:inherit;
  10. ...stuff to use for browsers other than IE...
  11. }
  12.  
  13. html>body .someclass {
  14. ...stuff to use for browsers other than IE...
  15. width:300px;
  16. }

Report this snippet  

You need to login to post a comment.