[Solved -7 Answers] CSS – Targeting only Firefox with CSS
PROBLEM: Using conditional comments it is easy to target Internet Explorer with browser-specific CSS rules: [pastacode lang=”css” manual=”%3C!–%5Bif%20IE%206%5D%3E%0A…include%20IE6-specific%20stylesheet%20here…%0A%3C!%5Bendif%5D–%3E%0A” message=”css code” highlight=”” provider=”manual”/] Sometimes it is the Gecko engine (Firefox) that…