Documenting the Hacks: CSS Browser Targeting
Web Development | (5)
I think I'm somewhat of a rarity in the world of web developers - I actively use and certainly approve of CSS hacks to target and fix certain browsers. Of course, I don't condone their use unless it is absolutely necessary, and in most cases good, standards compliant CSS should alleviate most issues before they occur, but when there is a need I think these hacks can be a great way to fix issues while still keeping your CSS logical and concise. The caveat to this is that all hacks need good comments to describe what is going on for ...