Hi
I would like to know how well does Internet Explorer 6 interpret the following:
p img.blue, p img.red {
border:(purple) 1px solid; /* (Please ignore any style errors) */
}
What I am interested in the application of multiple classes to the same style. I know that IE6 does not interpret the following correctly:
p img.blue.red {
border:(purple) 1px solid; /* (Please ignore any style errors) */
}
Does anyone know a bit about this? Regards and TIA.
// edit:
Please note, I am enquiring about the first block of code.