Author Archives: Lafinboy
JOOST – let me in!
I, like so many thousand other people, have signed up to be a beta tester for the JOOST online TV application. Like the thousand other people I am waiting approval. … 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
Back to work
Hi and happy New Year to you all. After a family filled, relaxing couple of weeks break over the holiday period I am now back to work. I managed, through … 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