Log in

View Full Version : Firefox displays ok, ie7 not



realest
11-19-2008, 09:22 PM
Hi all.

In IE 6 and 7 the the div goes to left,
in other browsers it displays ok.
i don`t know much but i think here is something wrong

#countrydivcontainer
{

text-align: left;
margin-top: 0pt;
margin-right: auto;
margin-bottom: 0pt;
margin-left: auto;
width: 965px;
color: #666666;
clear: both;
padding-top: 20px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;

}

Snookerman
11-19-2008, 09:27 PM
It shouldn't with that css, so it's probably due to the rest of the code. Can you post the html page?

realest
11-19-2008, 09:37 PM
Can you please see
http://slo-novice.com/avtomoto.php
thanks.

Snookerman
11-19-2008, 09:48 PM
Try this:

#countrydivcontainer {
text-align:center;
}
.fcontent12 {
text-align:left;
}

realest
11-19-2008, 10:14 PM
Hi
i tried like this and no effect

#countrydivcontainer {

text-align: center;
margin: 0 auto;
width: 965px;
color: #666666;
clear: both;
padding-top: 20px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;

}

.fcontent12 {

text-align:left;
color:white;
padding : 0px ;
margin:0px;

}

realest
11-22-2008, 10:26 AM
Hi, does anyone have some suggestions?
thanks