Tyrin Avery wrote: > > Thank you for your help. It is truly invaluable. I'm including two gifs > to show you what I'm seeing. The editable conref is shaded and the > read-only text is not shaded. This is not a big issue. It's fine if it > can't be resolved.
The problem should be solved now. It needed tweaking the CSS style sheet for elements styled like tables, but which are not tables (e.g. properties). If you replace dita_dtd_addon/css/topic.css by the file attached to this email, this should fix this problem. > I do have another question: is the visibility property supported? XXE > gives me an error and says it's not supported, but it doesn't appear in > the list of CSS2 properties that are not supported. I want to hide > elements intended for a specific audience, so I know what the doc looks > like for production, so I wanted to use visibility:hidden. > No, only "display:none;" is supported. See http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/restrict.html : ``Important The properties not listed in the following two tables are *not* supported by XXE.'' Visibility is not listed, hence it is not supported. -------------- next part -------------- A non-text attachment was scrubbed... Name: topic.css Type: text/css Size: 28835 bytes Desc: not available Url : http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20080516/6047523d/attachment.css

