Affichage des images sou firfox
asmaeee
Messages postés
14
Statut
Membre
-
Heliotte Messages postés 1561 Statut Membre -
Heliotte Messages postés 1561 Statut Membre -
Bonjour,
j'ai une utiliser une baniere des images comme suit
<marquee align="right" direction="left" height="200" width="450" scrolldelay="5" scrollamount="6" onmouseout="this.start()" onmouseover="this.stop()">
<p><img border="0" src="banner/14112012.jpg" alt="" hspace="0" width="450" height="200"><img border="0" src="banner/banner09112012.jpg" alt="" hspace="0" width="450" height="200" /><img border="0" src="banner/bannier17102012_1.jpg" alt="" hspace="0" width="450" height="200">
<img border="0" src="banner/bannier17102012_2.jpg" alt="" hspace="0" width="450" height="200"></p>
</marquee>
ca marche en fiirfox et IE
ensuite j'ai stoker les nom des images dans une bd et je les afficher comme suit
<?php
$base = mysql_connect ('localhost', 'root', '');
mysql_select_db ('cerhso', $base) ;
$sql = 'SELECT id_img, img_nom, img_type ,img_url FROM images' ;
$req = mysql_query($sql) or die('Erreur SQL !<br />'.$sql.'<br />'.mysql_error());
?>
<marquee direction="left" scrollamount="5" onmouseout="this.start()" onmouseover="this.stop()">
<?php
while ($image = mysql_fetch_array($req))
{
$type=$image['img_type'];
echo "<IMG SRC='".$image['img_url'].$image['img_nom'].".$type' >";
}
?>
cela marche sur IE mais sur firfox les images ne s'affiche plus
j'ai besoin d'aide et merci d'avance
j'ai une utiliser une baniere des images comme suit
<marquee align="right" direction="left" height="200" width="450" scrolldelay="5" scrollamount="6" onmouseout="this.start()" onmouseover="this.stop()">
<p><img border="0" src="banner/14112012.jpg" alt="" hspace="0" width="450" height="200"><img border="0" src="banner/banner09112012.jpg" alt="" hspace="0" width="450" height="200" /><img border="0" src="banner/bannier17102012_1.jpg" alt="" hspace="0" width="450" height="200">
<img border="0" src="banner/bannier17102012_2.jpg" alt="" hspace="0" width="450" height="200"></p>
</marquee>
ca marche en fiirfox et IE
ensuite j'ai stoker les nom des images dans une bd et je les afficher comme suit
<?php
$base = mysql_connect ('localhost', 'root', '');
mysql_select_db ('cerhso', $base) ;
$sql = 'SELECT id_img, img_nom, img_type ,img_url FROM images' ;
$req = mysql_query($sql) or die('Erreur SQL !<br />'.$sql.'<br />'.mysql_error());
?>
<marquee direction="left" scrollamount="5" onmouseout="this.start()" onmouseover="this.stop()">
<?php
while ($image = mysql_fetch_array($req))
{
$type=$image['img_type'];
echo "<IMG SRC='".$image['img_url'].$image['img_nom'].".$type' >";
}
?>
cela marche sur IE mais sur firfox les images ne s'affiche plus
j'ai besoin d'aide et merci d'avance
A voir également:
- Affichage des images sou firfox
- Des images - Guide
- Affichage double ecran - Guide
- Windows 11 affichage classique - Guide
- Affichage ips processeur graphique ✓ - Forum Matériel & Système
- Extraire images pdf - Guide