Firefox 3 only CSS Hack
Posted
by Parrfolio
on Stack Overflow
See other posts from Stack Overflow
or by Parrfolio
Published on 2010-02-17T23:59:37Z
Indexed on
2010/05/20
5:10 UTC
Read the original article
Hit count: 477
Looking for a Firefox 3 CSS hack that doesn't inherit in Firefox 3.6.
html>/**/body .blockmeta .date-ui, x:-moz-any-link, x:default {
border:1px solid #ccc;
border-bottom:2px solid #ccc;
background:#f2f2f2;
margin-top:-1px;
}
The code above seems to also work in Firefox 3.6 which is undesirable.
© Stack Overflow or respective owner