- From: David Carlisle <davidc@nag.co.uk>
- Date: Thu, 1 Mar 2001 10:26:33 GMT
- To: Norman.Walsh@east.sun.com
- CC: spec-prod@w3.org
while working on the mathml spec we found that setting background colour
without a border never really produced something acceptable in NS4.
but that it worked OK if you provided a border as well.
eg
http://www.w3.org/TR/MathML2/appendixd.html#dom_DOMImplementation
uses
.IDL-definition { border-style: solid;
border-width: 1px ;
color: #001000;
background: #E0FFE0;
border-color: #206020;
margin-left: 1em;
margin-right: 1em;
margin-top: 0.25em;
margin-bottom: 0.25em; }
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp
Received on Thursday, 1 March 2001 06:03:41 UTC