Bonjour,
j'ai créé un tableau sur dreamweaver cs3 mais je n'arrive pas à ajouter une marge de 1 pixel entre 2 cellules en css.
Comment faire?
Modifié par fanny742 (27 Jan 2008 - 12:19)
j'ai créé un tableau sur dreamweaver cs3 mais je n'arrive pas à ajouter une marge de 1 pixel entre 2 cellules en css.
Comment faire?
@charset "utf-8";
.td { background-image: url(../essai site/menu_gauche/catalogue/contenu_catalogue/gif/contenu_catalogue.gif);
background-repeat: no-repeat;
margin-top: 1px;
height: 18px;
}
<table width="150" border="0" cellspacing="0" cellpadding="0">
Modifié par fanny742 (27 Jan 2008 - 12:19)