I came across a css problem encountered in IE6.
The .ci_title
class displays a grey background color strangely, while in Chrome,FF and other modern browsers it is transparent.
I added background-color:transparent
to .ci_title
but it doesn't work.
The css rules are in this file on line 322.
Here is the demo link