no save
Assistance
Achat
News

Forum | webmastering
[CSS] Aligner image en bas a droite
Anti IE, le jeu. 08 sept. 2005 à 11:33:45
En fait avec un doctype transitional du w3c html4.01 http://www.w3.org/QA/2002/04/valid-dtd-list.html , cela fonctionne chez moi avec les deux.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>
</title>
</head>
<body>

<table width=50 height=68 style="border: 1px solid black" cellspacing=0 cellpadding=0>
<tr>
<td width=50 height=68 style="vertical-align: bottom">
<img src="images/dot.gif" style="float:right">
</td>
</tr>
</table>

</body>
</html>


J'ai peut-être accusé IE à tort, m'enfin reste qu'il m'a tellement cassé les pieds et continue d'ailleurs toujours, que je suis pas près de lui pardonner.
PrécédentStreM
sept. 05
StreM
sept. 05
Suivant
REPONSES
Erdnax
sept. 05
StreM
sept. 05
Timon1102
sept. 05
StreM
sept. 05
Anti IE
sept. 05
StreM
sept. 05
StreM
sept. 05
Anti IE
sept. 05
StreM
sept. 05
StreM
sept. 05
Version Web
Réalisé par RedShift
no save