Page 1 of 1

Re: tips about CSS and IE

Posted: Mon Feb 27, 2006 9:30 am
by Mamphil
Hi,

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;*/
}
to comment out in IE.

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.