Salut a tous,
Voila, je fais un site adapté au format PSP.
Le site est quasiment terminé sauf que j'ai quelques soucis avec le texte.
http://azerteam.free.fr/psp sur le site vous pouvez voir que le texte est bien dans un block et on peut le faire defiler.
Jusque la tout va bien, mais quand je vais avec ma PSP sur le site, j'ai le texte qui reste figé avec le background, quand on descend le texte, il
descend avec le background, de plus on ne voit pas la suite du texte.
Donc je ne sais pas d'ou peut venir ce problème, si quelqu'un peut m'aider ce serai super sympa !
voici mon fichier CSS (en partie)
Modifié par azertym (31 Oct 2006 - 22:36)
Voila, je fais un site adapté au format PSP.
Le site est quasiment terminé sauf que j'ai quelques soucis avec le texte.
http://azerteam.free.fr/psp sur le site vous pouvez voir que le texte est bien dans un block et on peut le faire defiler.
Jusque la tout va bien, mais quand je vais avec ma PSP sur le site, j'ai le texte qui reste figé avec le background, quand on descend le texte, il
descend avec le background, de plus on ne voit pas la suite du texte.
Donc je ne sais pas d'ou peut venir ce problème, si quelqu'un peut m'aider ce serai super sympa !
voici mon fichier CSS (en partie)
body {
position: absolute;
color : black;
font-family:Arial;
font-size:10px;
color : black;
padding:0px;
margin:0;
width:480px;
background: url(../images/PSPgen3.JPG);
background-repeat: no-repeat;
}
#banner{
margin-top:10px;
position:fixed;
height:60px;
width:480;
background : url(../images/Logo.jpg);
background-repeat: no-repeat;
background-position:0px;
border : 0px solid green;
}
#bannerinfo{
margin-top:10px;
text-align:center;
position:fixed;
height:55px;
width:100px;
left : 375px;
}
#bandeau {
position:absolute;
top:69px;
width:460px;
}
#menu5 {
top:82px;
position:absolute;
padding-top:4px;
margin-right:50px;
height:15px;
margin: 110px;
margin-top:-2px;
padding-left : 5px;
padding-right : 3px;
}
#menu5 a {
display:inline;
font: bold 10px/12px verdana;
color:#fff;
text-align:center;
text-decoration:none;
background:#000;
padding:0.1em 1em;
margin:0px;
border-bottom:1px solid #99cccc;
}
#menu5 a:hover {
border-bottom:2px solid red;
color: red
}
#contenu{
margin-top:100px;
width:370px;
height:120px;
padding-top:3px;
padding-bottom:3px;
padding-left:10px;
Position : absolute;
overflow : auto;
#contenu a{
text-decoration:none;
display:block;
padding:0;
margin-left:-40;
padding-left:8px;
color:black;
}
#contenu a:hover{
margin-left:-40;
padding:0;
padding-left:8px;
color:orange;
border-left:5px solid black;
}
Modifié par azertym (31 Oct 2006 - 22:36)