-2

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

4

1 に答える 1

3

IE6は透過性をネイティブに処理しません。これらの人は透明性であなたを助けます:http ://www.twinhelix.com/css/iepngfix/

何をしようとしているかに応じて、background-color: none;代わりに追加できます。

于 2012-06-06T15:26:14.193 に答える