|
|
IE display
Updated: 03/05/07 23:20
Created: 23/04/07 13:50
|
|
| The following comment has been added to this issue: |
[ Permlink ] |
|
Author: Jean-Marc Orliaguet
Date: 03/05/07 23:20
Comment:
OK it's a known IE bug.
see
http://css-discuss.incutio.com/?page=MultipleClasses
http://archivist.incutio.com/viewlist/css-discuss/4205
multiple CSS selectors aren't supported in IE5.5, IE6
so the following doesn't work in old versions of IE:
.nxStyle1424088067.sectionFrame {background:#0099e6 url("/nuxeo/img/banner_background.gif") top left repeat-x;
this should in CSS2 compliant browsers apply only to <table class="nxStyle1424088067 sectionFrame"> but not to class="sectionFrame" or class="nxStyle1424088067"
so IE6 is too greedy here. It understands OR when CSS says AND.
there are several options:
a) add a rendering engine for IE6 that renders a different markup (that can be tricky to write)
b) rename class="nxStyle1424088067 sectionFrame" as "nxStyle1424088067sectionFrame"
c) use #elementId.sectionFrame (mixing element ids and class names)
b) looks the simplest to me.
|
|
|
|
![]() |
|
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets