bonjour
mon probleme c'est : quand je change de navigateur ou du pc je trouve la position de ma page d'accueil se diffère d'un à l'autre ...
vous pouvez comment il positionnehttp://zakaria.700megs.com/
Code html : 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 <html> <head> <title>ZAKARIA WEB</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head> <body bgcolor="#00101" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#008080" vlink="#008080" alink="#008080" text="#008080"> <!-- ImageReady Slices (1.psd) --> <div style="position: absolute; width: 100px; height: 100px; z-index: 1; left: 229px; top: -1px" id="layer1"> <table id="table1" width="780" height="750" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="5"> <img src="int_cnt_bg.jpg" width="780" height="295" alt=""></td> </tr> <tr> <td rowspan="4"> <img src="int_cnt_bg-02.jpg" width="308" height="288" alt=""></td> <td colspan="3"> <img src="int_logo.jpg" width="166" height="166" alt=""></td> <td rowspan="4"> <img src="int_cnt_bg-04.jpg" width="306" height="288" alt=""></td> </tr> <tr> <td colspan="3"> <img src="int_cnt_bg-05.jpg" width="166" height="90" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="int_cnt_bg-06.jpg" width="37" height="32" alt=""></td> <td> <a href="indexa.html"> <img src="enter.jpg" width="94" height="31" border="0" alt=""></a></td> <td rowspan="2"> <img src="int_cnt_bg-08.jpg" width="35" height="32" alt=""></td> </tr> <tr> <td> <img src="int_cnt_bg-09.jpg" width="94" height="1" alt=""></td> </tr> <tr> <td colspan="5"> <img src="1_10.gif" width="780" height="167" alt=""> </td> </tr> </table> </div> <!-- End ImageReady Slices --> </body> </html>
Partager