Re: borders and padding
David Crawshaw <[email protected]> Sat, 14 Feb 2004 07:37:59 +1000
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <[email protected]> |
On 14/02/2004, at 5:20 AM, Corey Jewett wrote: > Is it possible to implement the entire CSS margin/border/padding > specifications? You *could*, but would you want to? It's not that great a spec. You'd probably be better off providing simple, straightforward borders for the widget library, and providing a full CSS implementation as part of the HTML renderer. -- d