Posts Tagged ‘mozilla’

Conditional CSS

Conditional CSS tips to knowIt is desirable that browser specific bugs should be targeted and fixed each browser specifically with no impact on the way general CSS is written. If a bug is fixed in a certain browser version, we need a possibility to remove fixes without worrying about browser compatibility.

Continue Reading...

The Basics of Cross Browser Compatibility and CSS Hacks Usage

Cross Browser CompatibilityIt is necessary for a good CSS developer to be familiar with the individual browsers and know what CSS versions and levels of compliancy they support. Take into consideration the flaws of IE design and the things that look perfect in Mozilla browsers and terrible in Internet Explorer as well as just break in Netscape.

Continue Reading...