Bonjour,
J'ai un petit problème avec une mise en place d'un CSS.
Quand j'affiche un div avec comme class :
.menu_forum {
background-color: #99CC33;
color: white;
font-size: 16px;
font-family: arial;
width: 237px;
height: 50px;
top: 318px;
left: 560px;
position:absolute;
z-index:1;
border-bottom:3px solid #669934;
padding-top: 15px;
padding-left: 25px;
border-left-width: 15;
}
pas de problèmes d'affichage avec IE, ma DIV fait bien 237x50px.
Par contre sous FireFox mas DIV fait (237+15)x(50+15)px.
Les "Padding" m'ont agrandit la taille de la DIV.
Normal ou (…)
Forum Programmation.web CSS - Padding et Firefox 0.8
8
juil.
2004