Bonjour,
mon padding top et bottom ne s'affichent pas sous IE7...
Par contre sur Firefox ça marche parfaitement
Quelqu'un a la solution?
http://jerome.monprojet.info/home.php (les liens)
J'ai aussi une scrollbar verticale que je n'arrive pas à faire partir
Merci d'avance
Citation :
#links
{
position: absolute;
bottom: 25px;
left: 400px;
height: 30px;
}
a:link, a:visited
{
padding: 7px 7px 7px 15px;
color: white;
margin-right: 20px;
text-decoration: none;
background-color: black; }
a:active {
padding: 7px 15px 7px 7px;
color: #F5D9CF;
margin-right: 20px;
text-decoration: none; background-color: black; }
a:hover
{
padding: 7px 15px 7px 7px;
color: #B1DCB3;
margin-right: 20px;
text-decoration: none; background-color: black; }
|
et pour la scrollbar (je pense que le problème vient de la)
Citation :
#geek
{
width: 400px;
height: 358px;
position: absolute;
bottom: 0px;
margin-top: -358px;
}
|
Message édité par jeromeke le 16-03-2007 à 21:37:11