Tag Archives: CSS
Free random background image script tool
A while ago I posted a solution for generating CSS random background images, which provided a PHP server side solution for adding random background images to stylesheets on the fly. … Continue reading
Convert pixels to ems – with ease
I came across a very neat, and immensely useful tool online today that converts fixed pixel sizes to their relative em size equivalents. The Em Calculator bases conversions on a … Continue reading
CSS srolling table with fixed header
Came across this example some time ago which details how to give a fixed header and/or footer to a scrollable table.
CSS hacks – Targetting IE7
A simple hack to target IE7 only: /* Target IE7 only */ html>body #getquotebox { *background: url(../images/loginbox-bg.jpg) 10px left no-repeat; } /* end */ Can be used in cases where … Continue reading
CSS Naked Day
Wondering where the fancy site has gone? What happened to the layout, the images, the niceties? Fear not – this is a temporary change to support CSS Naked Day, a … Continue reading