Re: [css-d] table styling and gecko based browsers problem

2005-05-23 Thread Luc
Good evening Philippe, It was foretold that on 23-5-2005 @ 08:54:54 GMT+0900 (which was 1:54:54 where I live) Philippe Wittenbergh would write: PW> I does work, you know. But you have to use the separate border model [1] PW> table setting border to 0 on the tag did the trick :-) --

Re: [css-d] table styling and gecko based browsers problem

2005-05-22 Thread Philippe Wittenbergh
On 23 May 2005, at 1:32 am, Luc wrote: PW> Remove the border="1" form the 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

Re: [css-d] table styling and gecko based browsers problem

2005-05-22 Thread Christian Heilmann
> #downloadtable { > border: 1px solid #DD; > border-collapse: collapse; > margin: .8em 0; > padding: 0; > width: 400px; > font-size: .9em; > } #downloadtable td, #downloadtable th{ border:none; } should do the trick. After removing the border="1

Re: [css-d] table styling and gecko based browsers problem

2005-05-22 Thread Luc
Good evening Philippe, It was foretold that on 22-5-2005 @ 23:34:04 GMT+0900 (which was 16:34:04 where I live) Philippe Wittenbergh would write: PW> Remove the border="1" form the tag Or th, td PW> {border:hidden} Philippe, unfortunately it doesn't work. Maybe i wasn't clea

Re: [css-d] table styling and gecko based browsers problem

2005-05-22 Thread Kaspars Dambis
Luc wrote: Good afternoon list, http://www.dzinelabs.com/Pages/Copyoftemplates.php In Opera 8 the table borders is the way i entended it. In Moz, FF borders show up on cells also. What's the trick to remove them in Moz,FF ? relevant css in the sheet: /* downloader */ #downloadtab

Re: [css-d] table styling and gecko based browsers problem

2005-05-22 Thread Philippe Wittenbergh
On 22 May 2005, at 10:59 pm, Luc wrote: http://www.dzinelabs.com/Pages/Copyoftemplates.php In Opera 8 the table borders is the way i entended it. In Moz, FF borders show up on cells also. What's the trick to remove them in Moz,FF ? Remove the border="1" form the tag Or th, td {bor

[css-d] table styling and gecko based browsers problem

2005-05-22 Thread Luc
Good afternoon list, http://www.dzinelabs.com/Pages/Copyoftemplates.php In Opera 8 the table borders is the way i entended it. In Moz, FF borders show up on cells also. What's the trick to remove them in Moz,FF ? relevant css in the sheet: /* downloader */ #downloadtable {