Re: How barracuda explain about DOM problem?
merg <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Jacob Kjome wrote: > At 07:03 PM 11/13/2003 +0100, you wrote: > > The result you see in IE is a result of needing to parse the whole > document before it can render it any one part of it. Try modifying > your markup so that only tabular data is stored in tables rather than > using tables to control layout. You'll find that IE (or any browser, > for that matter) will display it much faster. Thanks for the tip. We should really start using css more I guess. Will try this. Regards, Merg