Tee G. Peng wrote:
Accordign to CSS2 spec, 'border-collapse' inherits from parent, but it doesn't work for my browsers at all.

Here is the screenshot from Firefox.
http://project.lotusseedsdesign.com/bc.png

table {border-collapse: collapse}

It's impossible to tell what the problem is, all modern browsers support border-collapse. It may just be that you need to remove the border from the table cells.

th, td { border: 0; }

Can you provide a link to the actual page so that someone case look at all the markup and CSS. It will make it much easier to diagnose the real problem.

and my new toy CSSEdit gives me validation error for the above declaration.

It shouldn't, it looks OK to me. Perhaps it's giving an error for something else nearby or it's just a buggy piece of software.

--
Lachlan Hunt
http://lachy.id.au/


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to