[CSS] Problème padding sous IE

Problème padding sous IE [CSS] - HTML/CSS - Programmation

Marsh Posté le 16-03-2007 à 19:20:25    

Bonjour,
 
mon padding top et bottom ne s'affichent pas sous IE7...  :fou:  
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
Reply

Marsh Posté le 16-03-2007 à 19:20:25   

Reply

Marsh Posté le 17-03-2007 à 00:20:25    

Personne?  :??:

Reply

Marsh Posté le 18-03-2007 à 22:36:24    

petit up

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed