scroll="no" Firefox - HTML/CSS - Programmation
Marsh Posté le 24-10-2006 à 14:03:05
jeromeke a écrit : scroll="no" |
Sort d'où ?
Recommendation HTML 4.01 sur <body> -> existe pas
Marsh Posté le 24-10-2006 à 14:05:10
Euh scroll="no" ça se met pas sur body (edit: toasted)
C'est sur l'iframe qu'on met l'attribut, et c'est <iframe scrolling="no" /> la syntaxe correcte. Et les iframes c'est mal
Marsh Posté le 24-10-2006 à 14:05:49
C'était bizarre car dans Internet ca marchait
(c'était webexpert qui me proposait scroll="no" ),
la j'ai mis scrolling="no" dans le iframe et ca marche maintenant,
merci!
Marsh Posté le 24-10-2006 à 14:07:52
Nan c'est pas bizarre, c'est un truc propriétaire qui ne marche pas partout
Marsh Posté le 24-10-2006 à 14:01:57
Bonjour,
le scroll="no" semble ne pas marcher pour les iframes dans mozilla firefox,
quelqu'un connaitrait-il une solution?
Voici le site (la partie newsletter)
http://jerome.monprojet.info/The-Sapiens
et le code de newsletter.php
<html>
<!-- Date de création: 24/10/2006 -->
<head>
<link rel="stylesheet" type="text/css" href="SAPIENS.css">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>
<body bottommargin="0" topmargin="0" leftmargin="0" rightmargin="0" scroll="no">
<form action="insert.php" target="mainframe" method="post">
<table width="100%" height="100%" background="images/sapiens_02_02.gif">
<tr><td>
<table>
<tr><td>e-mail: <input class="login" type="text" name="email">
<input type="submit" value="Go" class="button" name="choix">
</td></tr>
<tr><td valign="center"><input type="radio" value="" name="uitschrijven">Uitschrijven
</tr></table>
</td></tr></table>
</form>
</body>
</html>