ZigPressZigPress

CSS Double Body Background Image

So you’re designing a website, and you’ve reached a point where you need two background images behind the whole page, both repeating in at least one direction, but not all your pages will be full screen height.
Let’s say that the “farthest” background is an abstract tiled pattern of some kind, and the “nearest” background [...]

IE7 Non-Standard Event Handlers

Recently I had a problem where, when using IE7 (a rare occurrence and only ever for testing purposes) an XHTML ‘SELECT’ element would not open properly. On first click it merely took focus, and it would only open with another click. On Firefox, needless to say, everything was perfectly fine.
Further investigation with a [...]