Forums / Templates, Stylesheets, Page Layout / IE Firefox display problem

IE Firefox display problem

Results 1 to 3 of 3
08 Aug 2011, 19:46
#1
wilson_li avatar

wilson_li

New Zenner

Join Date:
Jul 2011
Posts:
98
Plugin Contributions:
0

IE Firefox display problem

Hello All,

I know this problem is common but I cannot search any solution to my problem from the forum.

My website display in IE and Firefox is not identical it seemed that the width in Firefox is a little bit wider. I tried to add code into ie_stylesheet.css:

[PHP]#productAdditionalImages {
width:auto;
float: left;
clear: both;

}[/PHP]

Howver, it doesn't work. Any suggestion to this problem?

my website: http://www.oleklejbzon.com/campbellsloft3/

Thanks
09 Aug 2011, 09:33
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: IE Firefox display problem

a img {
border-color: white;
/*margin-left: 15em;*/
margin-bottom: 1.75em;
margin-top: 1.75em;
background-color: black;
margin-left: 1em;
border-left-width: 30px;
color: white;
/*margin: 3em 0em 0em 0em;*/
/*border: none;*/
}

The red part is pushing your logo image to the right.
09 Aug 2011, 14:29
#3
wilson_li avatar

wilson_li

New Zenner

Join Date:
Jul 2011
Posts:
98
Plugin Contributions:
0

Re: IE Firefox display problem

stevesh:

a img {
border-color: white;
/*margin-left: 15em;*/
margin-bottom: 1.75em;
margin-top: 1.75em;
background-color: black;
margin-left: 1em;
border-left-width: 30px;
color: white;
/*margin: 3em 0em 0em 0em;*/
/*border: none;*/
}

The red part is pushing your logo image to the right.


Thanks, Steve! Problem solved, just changed the color into black all perfect :clap: