I\'m trying to use a as a title inside a .
In browsers other than IE, the is pos
I've just styled my 's by giving them a position: absolute; top: -25px; and the the parent with a position: relative; padding-top: 30px;
position: absolute; top: -25px;
position: relative; padding-top: 30px;