! help bouton animé de ImageReady Cs à Golive CS ! - Web design - Graphisme
Marsh Posté le 02-08-2006 à 19:31:36
bah si, c'est juste un chemin absolu dans ta balise de script : <script type="text/javascript" src="file:///CDocuments%20and%20Settings/Bruno%20m/Application...
mets juste un chemin relatif à la place, ce qui donnera quelque chose du type "<chemin depuis la racine du site>/js/script.js".
Marsh Posté le 03-08-2006 à 01:20:27
Je te remercie craps_youpla, mais j'ai pas tout compris. Je suis débutant...
Marsh Posté le 31-07-2006 à 20:07:36
Bonours,
J'ai besoin d'aide. J'ai fais une page sous imageready avec un survole de souris. Je l'ouvre avec golive, et j'arrive a visualiser le rollover, seulement personne d'autre peu le voir (sur d'autre ordi) Que dois-je faire ?
site : www.latinswissdjs.ch
code :
<html>
<head>
<title>index</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- ImageReady Preload Script (index.psd) --><!-- End Preload Script -->
<csscriptdict import>
<script type="text/javascript" src="file:///CDocuments%20and%20Settings/Bruno%20m/Application%20Data/Adobe/Adobe%20GoLive/Settings7/JScripts/GlobalScripts/CSScriptLib.js"></script>
</csscriptdict>
<csactiondict>
<script type="text/javascript"><!--
var preloadFlag = false;
function preloadImages() {
if (document.images) {
pre_index_03_over = newImage('Images/index_03-over.gif');
preloadFlag = true;
}
}
// --></script>
</csactiondict>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onload="preloadImages();">
<!-- ImageReady Slices (index.psd) -->
<table id="Tableau_01" width="1024" height="768" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="Images/index_01.gif" width="1024" height="166" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="Images/index_02.gif" width="269" height="602" alt=""></td>
<td>
<a href="accueil.html"
onmouseover="changeImages('index_03', 'Images/index_03-over.gif'); return true;"
onmouseout="changeImages('index_03', 'Images/index_03.gif'); return true;"
>
<img name="index_03" src="Images/index_03.gif" width="499" height="239" border="0" alt=""></a></td>
<td rowspan="2">
<img src="Images/index_04.gif" width="256" height="602" alt=""></td>
</tr>
<tr>
<td>
<img src="Images/index_05.gif" width="499" height="363" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
Merci