Did you know you are using an outdated browser?
funky header

Seasons Greetings from the inmeres team

Merry Christmas and a Happy New Year!

This year, instead of sending out christmas cards, we thought we would donate some money to a charity. Yet at the same time, we didn’t want you to feel left out of all the good cheer from inmeres, so we devised a Christmas game!

Read the rest of this entry »

Inexplicable space in IE6

Inexplicable space in list item in ie6Problem: List items containing links seemed to have inexplicable padding-bottom (or the links had margin-bottom) - yet they didn’t. There was just a space. Read the rest of this entry »

My first WordPress plugin

Before joining Inmeres I had never heard of WordPress, let alone used it. But on the recommendation of Steven I decided to take the plunge and see what all of the fuss was about. What I found was that it really is a fantastic piece of kit (from the front-end aspect at least) that can be used as far more than just simple blogging software. Read the rest of this entry »

multi-column javascript issue

I was trying out Cédric Savarese’s script for multi-column layouts (using the poorly supported CSS3 rules), when i ran into a problem…

It seemed to leave a big gap under the columns. Now i don’t know much about javascript, but i decided to have a look around the file anyway. After a lot of trial and error, i found that removing this line

elem.style.minHeight = newHeight+’px’;

from two places (there are only two), seems to have fixed it! I’m not sure if i’ve broken anything else as a result, however all seems okay for now.

If anything breaks, i’ll remove this post!

flexible tables in internet explorer

I had a slight problem in ie 6, where i had a fixed size menu on the left and a flexible container on the right. Within this container i had a flexible table.

Read the rest of this entry »