tips about CSS and IE

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Mamphil
Forum Members
Forum Members
Posts: 14
Joined: Wed Feb 22, 2006 12:41 pm
Location: Munich, Germany

Re: tips about CSS and IE

Post 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.
Last edited by Mamphil on Mon Feb 27, 2006 9:43 am, edited 1 time in total.
Post Reply

Return to “Layout and Design (CSS & HTML)”