Re: tips about CSS and IE
Posted: Mon Feb 27, 2006 9:30 am
Hi,
as far as I know there is no bugfix / workaround for the 24-bit-PNG-in-background bug in IE.
Tryto comment out in IE.
Mamphil
edit: According to the German HTML / CSS reference "SELFHTML":
as far as I know there is no bugfix / workaround for the 24-bit-PNG-in-background bug in IE.
Try
Code: Select all
.test {
/*text-align: right;*/
}
Mamphil
edit: According to the German HTML / CSS reference "SELFHTML":
Einzeilige Kommentare wie in JavaScript // existieren in CSS nicht.
Single-lined comments like JavaScript's // don't exist in CSS.