adequately good

decent programming advice

written by ben cherry



all articles filed under css

Managing CSS Through Javascript

This post has been migrated from my old, defunct blog at bcherry.net. The links may not work, and the formatting may be wonky

It's often very difficult to keep track of what CSS goes where. Especially when you load up on Javascript controls and files in a large application, which render markup that depends on some CSS being there. One solution is to "inline" the CSS ...