Archive of CSS
-
CSS and JavaScript compression and bundling
Posted on June 20, 2010 by Frederik Vig in ASP.NET, CSS, JavaScriptIn the last post in Create an EPiServer site from scratch I go through some optimization tips and tricks from YSlow. One of these are CSS and JavaScript compression and bundling of files to create fewer HTTP...
Continue reading this entry → -
Guide to font sizing with CSS
Posted on February 6, 2010 by Frederik Vig in CSS, Web designFont sizing with CSS and browser support as always been a mystery to me. We used to use pixels, than we switched to ems and percent, then we switched back to pixels again?!.. In this post I've tried shedding some...
Continue reading this entry → -
Creating a mobile version of a web site
Posted on October 4, 2009 by Frederik Vig in ASP.NET, CSS, EPiServer, Web designWhen building web sites we has developers or designers have to take into consideration all the different types of devices that can be used to access the web sites we create. Not just PC or Mac with Internet Explorer, Firefox,...
Continue reading this entry → -
CSS tricks – part 1
Posted on May 31, 2009 by Frederik Vig in Code Snippet, CSS, Web designHere are a few CSS tricks I've picked up along the way. Always visible vertical scrollbar When you have a fixed width centered web site open you've probably noticed that the page sometimes jumps a little. This is because the vertical scrollbar...
Continue reading this entry →