- Joined
- Jun 3, 2008
- Messages
- 243
- Reaction score
- 0
Hi, I am using padding (padding-left, padding-right:3px
and on IE It's pefect but in Firefox and Google Chrome the div repeats its self going out to the left or into the right. Anyone know how to solve my problem?
CSS code:
}
#content_mid_main {
background: url(images/mid_main.png);
width:496px;
padding-left:5px;
font-family: sans-serif;
font-size: 12px;
background-repeat: repeat-y;
}
Picture:

CSS code:
}
#content_mid_main {
background: url(images/mid_main.png);
width:496px;
padding-left:5px;
font-family: sans-serif;
font-size: 12px;
background-repeat: repeat-y;
}
Picture:
![Caribbean-Plus - [CSS]Padding problems - RaGEZONE Forums Caribbean-Plus - [CSS]Padding problems - RaGEZONE Forums](http://worldcharlie.site88.net/paddingerror.png)