One of the most reoccurring frustrations in web-development is CSS bugs in the various web-browsers. Conditional-CSS addresses this by allowing you to write maintainable CSS with conditional logic to target specific CSS at both individual browsers and groups of browsers. >>

Undoubtedly every web-designer and developer who as made any attempt to use CSS will have found a situation where different web-browsers require different style statements. This irritation is due to the varying degree of completeness of the CSS implementation across browsers and browser versions. Conditional-CSS is a solution to this problem, taking the idea of the conditional comment syntax from Internet Explorer and placing it inline with your CSS statements.

Features of Conditional-CSS include:

  • Target CSS to any web-browser
  • Streamline maintenance of your CSS files
  • Optimise your CSS
  • Work around those annoying little CSS bugs
  • Automatic expansion and inclusion of @import statements
  • It's free!

Get started now! Use the following form to compile and download a customised Conditional-CSS program which you can start using immediately. Once the download is complete, simply put the program in the same directory as your CSS files on your server and load Conditional-CSS in your web-browser:

Online Conditional-CSS compiler
>> Read more...

About

This site is the playground and sand box of Allan Jardine, a user interface developer focused on web-based technologies, seeking to push the boundaries of HCI. I currently work as a UI developer for U4EA technologies creating interfaces for networking devices.

On this site you will find some of my experimental software, as well as my musings on UI development and the state of web-development. This site also hosts projects I have been working on such as Design, Alert and SprySpell.

Conditional-CSS logo

The web today