I have a hard time getting my pages look correctly on both IE 6 and and IE 7.
In plain CSS this would be my workaround to use 18px on IE 6 and 22px on IE 7:
height: 18px;
he\ight: 22px;
When I try that in my skin, Trinidad recognizes both and removes the first
completely from the resulting CSS file.
Unfortunately I have to put this property on generated html (by the navigation
pane component).
The only workaorund I can imagine currently is to switch of compression, so
that I can add the CSS in a separate CSS file using the "long" (uncompressed)
style name.
Any better solution?