I'm having a problem with CSS as i can't seem to put some images in the places i want maybe because i'm working with floats instead have absolute positioning..
I have 4 images in the same div, then in CSS i try to center the images, but everything i get is two images on each side, i can't center them...
Here is the code i'm currently using:
#right_mid_1, #right_mid_2{
float: left;
width: 168px;
padding: 10px 0;
text-align: center;
color: #000000;
}
#right_mid_3 {
float: right;
width: 168px;
padding: 10px 0;
text-align: center;
}
#right_mid_4 {
float: right;
width: 168px;
padding: 10px 0;
text-align: center;
I tried to use
float: center;but still can't do it.
Can anyone help me with this one ?
Thx in advance
(i attached a photo of the problem i'm having)

New Topic/Question
Reply



MultiQuote






|