scroll="no" Firefox

scroll="no" Firefox - HTML/CSS - Programmation

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
 

Citation :

<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>

Reply

Marsh Posté le 24-10-2006 à 14:01:57   

Reply

Marsh Posté le 24-10-2006 à 14:03:05    


Sort d'où ?  
 
Recommendation HTML 4.01 sur <body> -> existe pas


Message édité par FlorentG le 24-10-2006 à 14:03:17
Reply

Marsh Posté le 24-10-2006 à 14:05:10    

Euh scroll="no" ça se met pas sur body [:pingouino] (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 [:pingouino]


Message édité par Chaos Intestinal le 24-10-2006 à 14:05:40
Reply

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!


Message édité par jeromeke le 24-10-2006 à 14:09:42
Reply

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

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed