- From: Marczewski Rafal <rafal.marczewski@fastmedia.it>
- Date: Thu, 5 Jul 2001 11:25:18 +0200
- To: "W3c Mailing List [CSS]" <www-style@w3.org>
Hello.
I have a trouble with my tables design.
I design my table in this way :
<table cellspacing="1" cellpading="2" border="0"
bgcolor="#0099FF">
<tr>
<td>some title text here</td>
</tr>
<tr bgcolor="#FFFFFF">
<td>some text here</td>
</tr>
</table>
In this way I have a thinny border between cells and a specific layout
for title row (i.e. bgcolor, align ecc...)
Perhaps this method work only with IE and not with Netscape (I use
Mozilla but I think that is the same stuff)
I try to make a custom style for table but dont know how ! I try this:
.tabella {
border-color: #0099FF #0099FF #0099FF #0099FF;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px
}
but have only border around the table.
Any one can help me ?
Thx
-----------------------------------------------------------
Rafal Marczewski
FASTMEDIA srl - Via Albertini, 9 - 60131 Ancona IT
Nr. Verde 800563233 (Ufficio Commerciale)
Tel: ++39 0712901106 (Assistenza Tecnica)
Fax: ++39 0712868542
e-mail: rafal.marczewski@fastmedia.it - www.fastmedia.it
-----------------------------------------------------------
Visitate www.conero.it, il portale della riviera del Conero!
Visitate www.gomarche.it, il portale dell'informazione marchigiana!
Visitate www.ufficiostampa.com, il portale dei comunicati stampa!
Received on Thursday, 5 July 2001 05:24:57 UTC