Alors voilà; je suis en pleine customisation du kioske mais je n'arive pas a affiché un deuxième tableau de mon index.
Voilà l'index:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Framakey Nuvola Theme by Detruc -->
<html lang="fr">
<head>
<link rel="stylesheet" href="css/index.css" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Bureau ALX</title>
<script src="js/index.js" type="text/javascript" />
</head>
<body>
<p style="text-align: center;" class="hide">(Cette page utilise les CSS)</p>
<div id="container">
<!-- ************ Corps de page *************** -->
<div id="content" class="clic" cellpadding="0">
<table style="width: 332px; height: 118px">
<tbody>
<tr>
<td style="width: 33%; height: 66%; text-align: center;"><a href="lch/interface/Disque amovible.lch" title="Disque amovible"><img src="img/interface/disque amovible.png" width="48px" height="48px" /></a></td>
<td style="width: 33%; height: 66%; text-align: center;"><a href="lch/interface/Disque Z.lch" title="Disque Z"><img src="img/interface/disque dur.png" width="48px" height="48px" /></a></td>
<td style="width: 33%; height: 66%; text-align: center;"><a href="lch/interface/Data.lch" title="Data"><img src="img/interface/dossier.png" width="48px" height="48px" /></a></td>
</tr>
<tr>
<td style="width: 33%; height: 33%; text-align: center;"><h4>Disque amovible</h4></td>
<td style="width: 33%; height: 33%; text-align: center;"><h4>Disque Z</h4></td>
<td style="width: 33%; height: 33%; text-align: center;"><h4>Documents</h4></td>
</tr>
</tbody>
</table>
</div>
<!-- ************ Fin corps de page *************** -->
<!-- ************ Tableau droit ************ -->
<div id="right" class="clic" cellpadding="0">
<table style="width: 50px; height: 200px">
<tbody>
<tr>
<td style="width: 50px; height: 50px; text-align: center;"><a href="lch/interface/Documents.lch" title="Documents"><img scr="img/interface/Documents s.png" width="48px" height=" 48px"/></a></td>
</tr>
<tr>
<td style="width: 50px; heidht: 50px; text-align: center;"><a href="lch/interface/Lien.lch" title="Lien"><img scr="img/interface/Lien s.png" width="48px" height="48"/></a></td>
</tr>
<tr>
<td style="width: 50px; height: 50px; text-align: center;"><a href="lch/interface/Divers.lch" title="Divers"><img scr="img/interface/Dossier s.png" width="48px" height=" 48px"/></a></td>
</tr>
<tr>
<td style="width: 50px; heidht: 50px; text-align: center;"><a href="lch/interface/Lycée.lch" title="Lycée"><img scr="img/interface/Dossier s.png" width="48px" height="48px"/></a></td>
</tr>
</tbody>
</table>
</div>
<!-- ************ Fin tableau droit ************ -->
<!-- ************ Haut de page ************ -->
<div id="up" class="clic" cellpadding="0">
<table style="width: 464px; height: 66 px">
<tbody>
<tr>
<td style="width: 50px; height: 50px; text-align: center;"><a href="lch/interface/Documents.lch" title="Documents"><img scr="img/interface/Documents s.png" width="48px" height=" 48px"/></a></td>
<td style="width: 50px; heidht: 50px; text-align: center;"><a href="lch/interface/Lien.lch" title="Lien"><img scr="img/interface/Lien s.png" width="48px" height="48"/></a></td>
<td style="width: 50px; height: 50px; text-align: center;"><a href="lch/interface/Divers.lch" title="Divers"><img scr="img/interface/Dossier s.png" width="48px" height=" 48px"/></a></td>
<td style="width: 50px; heidht: 50px; text-align: center;"><a href="lch/interface/Lycée.lch" title="Lycée"><img scr="img/interface/Dossier s.png" width="48px" height="48px"/></a></td>
</tr>
</tbody>
</table>
</div>
<!-- *********** Fin Haut de page *********** -->
</div
</body>
</html>
Et le css:
body {
margin: 0;
color: #000;
font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
background-color: #000000
}
a {
text-decoration: none;
color: #6B6BB5;
}
a:hover {
text-decoration: none;
color: #FE7F01;
}
a:active {
text-decoration: none;
color: #FF9900;
}
h1 {
margin-top: 0.5em;
font-size: 1.2em;
font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: right;
letter-spacing: 1.5pt;
}
h2 {
font-size: 1em;
font-family: Arial, Helvetica, Verdana, Arial, sans-serif;
margin-top: 0.5em;
text-align: left;
letter-spacing: 1.3pt;
margin-bottom: 0px;
line-height: 50%;
}
h2 a, h2 a:visited {
text-decoration: none;
color: #35bdfb;
}
h2 a:hover {
color: #FF9900;
}
h2 a:active {
color: #FF9900;
}
h3 {
font-size: 1.2em;
font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
margin-top: 0.5em;
margin-bottom: 0.0em;
text-align: center;
letter-spacing: 1.5pt;
}
p {
font-size: 0.8em;
text-align: left;
line-height: 1.3em;
}
img {border: 0px none;}
#container {
position: absolute;
width: 500px;
left: 0%;
margin-left: 0px;
height: 318px;
top: 0%;
margin-top: 0px;
background-image: url('../img/interface/v1.5-01.png');
////background-repeat:no-repeat; background-position-y:center
}
#content {
overflow: auto;
position: absolute;
top: 106px;
width: 332px;
height: 118px;
left: 54px;
bottom: 94px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
font-size: 0.8em;
color: #2eaaeb;
text-align: center;
}
#right {
position: absolute;
top: 104px;
right: 104px;
margin: 0;
width: 50px;
height: 120px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
#up {
position: absolute;
top: 5px;
right: 60px;
margin: 0;
width: 464px;
height: 66px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
}
.hide {
display: none;
color: white
}
.clic a:visited img, .clic a img {
filter: alpha(opacity=100);
opacity:1;
}
.clic a:hover img {
filter: alpha(opacity=50);
opacity:0.5;
}
Le second tableau (right) refuse de s'affiché, je voudrai avoir au final une febêtre de 50*100px avec une barre de défilement verticale.
Merci de m'aider.
-
Vermouth
- Messages : 12