On 23 May 2005, at 1:32 am, Luc wrote:

PW> Remove   the   border="1"   form   the   <table>  tag  Or  th,  td
PW> {border:hidden}

Philippe, unfortunately it doesn't work. Maybe i wasn't clear in my
previous post: i need a border around the table but not around the th,
td.

I does work, you know. But you have to use the separate border model [1]
table {border-collapse:separate; border-spacing:0; /*....*/}
th, td {border-style:hidden}

<table border="1">
.....

<http://dev.l-c-n.com/tables_1/table-border1b.html>

[1] which of course makes a mess for IE.
Philippe
---/---
Philippe Wittenbergh
now live : <http://emps.l-c-n.com/>
code | design | web projects : <http://www.l-c-n.com/>
IE5 Mac bugs and oddities : <http://www.l-c-n.com/IE5tests/>

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to