Hello everybody,
Je vous en supplie de m'aider car je vais péter un plomb, pour éviter un rollover en java celui ci est en css...quand je teste ma page sous dreamweaver pas de prob tout marche bien sous IE et FF.
Seulement quand je mets la page en ligne il n'y a rien....pas d'images sur les deux navigateurs...pourtant la zone cliquable est active et les autres images sont visibles...
Je maîtrise l'infographie mais pas la programmation alors j'ai pu faire n'importe quoi dans la prog...jeter un oeil svp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="dc.description" content="Style CSS : image arrière plan" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" media="all" href="lien vers ton css.css">
<title>Document sans nom</title>
<style type="text/css">
<!--
a.image {
display: block;
width: 492px;
height: 489px;
background: url("entréebleue.jpg") no-repeat;
border: 0;
}
a.image:hover {
background: url("entréerouge.jpg") no-repeat center center;
}
body {
background-color: #000000;
}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<table width="492" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <img src="entréebleue.jpg" alt="" style="display:none;" />
<a class="image" href="flashanimation.html" ></a></td>
</tr>
<tr>
<td align="center" valign="middle"><img src="textedroitsimage_05.gif" width="492" height="103" border="0" usemap="#Map" /></td>
</tr>
</table></td>
</tr>
</table>
<map name="Map" id="Map"><area shape="rect" coords="282,10,349,32" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank" />
</map></body>
</html>
[/html]
Si quelqu'un a une idée du problème...un grand merci par avance !!!!
Modifié par copperfield (14 Sep 2006 - 16:40)
Je vous en supplie de m'aider car je vais péter un plomb, pour éviter un rollover en java celui ci est en css...quand je teste ma page sous dreamweaver pas de prob tout marche bien sous IE et FF.
Seulement quand je mets la page en ligne il n'y a rien....pas d'images sur les deux navigateurs...pourtant la zone cliquable est active et les autres images sont visibles...
Je maîtrise l'infographie mais pas la programmation alors j'ai pu faire n'importe quoi dans la prog...jeter un oeil svp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="dc.description" content="Style CSS : image arrière plan" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" media="all" href="lien vers ton css.css">
<title>Document sans nom</title>
<style type="text/css">
<!--
a.image {
display: block;
width: 492px;
height: 489px;
background: url("entréebleue.jpg") no-repeat;
border: 0;
}
a.image:hover {
background: url("entréerouge.jpg") no-repeat center center;
}
body {
background-color: #000000;
}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<table width="492" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <img src="entréebleue.jpg" alt="" style="display:none;" />
<a class="image" href="flashanimation.html" ></a></td>
</tr>
<tr>
<td align="center" valign="middle"><img src="textedroitsimage_05.gif" width="492" height="103" border="0" usemap="#Map" /></td>
</tr>
</table></td>
</tr>
</table>
<map name="Map" id="Map"><area shape="rect" coords="282,10,349,32" href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank" />
</map></body>
</html>
[/html]
Si quelqu'un a une idée du problème...un grand merci par avance !!!!
Modifié par copperfield (14 Sep 2006 - 16:40)