Tag Archives: css

Using CSS Frameworks to do the heavy layout lifting

CSS is great, until you’re faced with a deadline and a broken IE6 layout.  You get the cowboy gear out and – ‘Welcome to Hacksville!’   There’s been a growing trend of CSS frameworks recently as people are obviously crying out for ‘something’ to save them from the madness.  I’m trying out the 960 grid system [...]

Posted in Creative Design, Web | Also tagged , , , | Comments closed

Using print stylesheets with ASP.NET Themes

ASP.NET themes are great (in principle), and allow you to have lots of control on how your pages look with theme-specific skins, stylesheets, images etc.  The only thing that’s a little bit annoying is that you can’t specify (without codebehind) what media the stylesheet should apply to.  If you add a new stylesheet to your [...]

Posted in ASP.NET, Web | Also tagged , , , | Comments closed