Firefox 3 only CSS Hack
- by Parrfolio
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.