Bonjour tt le monde,
j'affiche 2 menus dans une page web mais j'ai un souci de resolution de l'ecran, alors laffichage des menus dans la page web change d'un ecran a l'autre.
j'ai pense les mettre dans un tableau ou dans un frame pour qu'ils restent standard mais je sais pas comment faire
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
 
<html> 
 
<head> 
 
</head> 
<body bgcolor="DCDCDC"> 
 
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" 
id="flash" width="300" height="200"> 
<param name="movie" value="menu.swf"> 
<param name="quality" value="high"> 
<embed name="flash" src="Untitled14.swf" quality="high" bgcolor="#000000" 
width="1100" height="100" 
type="application/x-shockwave-flash" 
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> 
</embed> 
</object> 
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" 
id="flash" width="100" height="100"> 
<param name="movie" value="menu.swf"> 
<param name="quality" value="high"> 
<embed name="flash" src="gauche8.swf" quality="high" bgcolor="=ghostwhite" 
width="260" height="800" 
type="application/x-shockwave-flash" 
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> 
</embed> 
</object> 
 
</body> 
 
</html>
j'espere etre clair et merci pour votre aide

Personne n'a une idee comment faire