kevin
jeudi 2 juin 2005 à 10:05
Bjr,
Je tiens a preciser que l'hebergement chez lycos est temporaire. J'ai commencé le site il y a une semaine, j'aurai plus tard, evidemment, un hebergement sans ces pubs foireuses! C'etais juste pour vous montrer!
La barre qui se met au milieu du titre c'est du css. Le css est il compatible avec firefox?
Une partie de mon code :
C'est la partie qui comprend le "accueil" et le premier tableau avec bordure en pointillé. La classe titre est la classe qui definit le trait. Elle est enregistré dans une feuille de style css.
<td width="360" height="40" align="left
"><div class =titre><font size="+3" face="Arial, Helvetica, sans-serif">ACCUEIL</font></div></td>
</tr>
<tr>
<td width="360" height="410" valign="top"><table width="360" height="427" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="360" height="314" valign="top"><table width="360" height="290" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="360" height="160"><div class=border1>
<div align="center">
<p><font face="Arial, Helvetica, sans-serif">Notre
metier : la photographie aérienne
basse altitude par ballon captif. Jusqu'a
150 metres de haut, nous vous proposons
un systeme souple, efficace et économique.</font></p>
<p><font face="Arial, Helvetica, sans-serif"><em><font size="1">EN
SAVOIR PLUS</font></em></font></p>
</div>
</div></td>
Classe titre
.titre{
background-color: #ffffff;
border-color: #000000;
border-top: #ffffff;
border-right: #ffffff;
border-bottom-width:1px;
border-bottom-style: solid;
border-left: #ffffff;
margin-left: 5px;
width: 200px;
height: 10px;
}
J'attend vos conseils.
MERCI