Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Border in Firefox.. But Not IE?

Border in Firefox.. But Not IE?

Locked

Views: 1,095

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 May 2007, 3:10 PM
#1
nickjre avatar

nickjre

New Zenner

Join Date:
Jul 2005
Posts:
84
Plugin Contributions:
0

Border in Firefox.. But Not IE?

On my left column, I have a border in firefox.... But I have no border in IE? Any tips on how to fix this

http://www.turboaddictionparts.com/catalog

15 May 2007, 4:24 PM
#2
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: Border in Firefox.. But Not IE?

In your current template's "stylesheet_original", find:

.leftbox{
 font-family: Verdana, Arial, sans-serif;
  font-size: 10.2px;
  background: #ffffff;
  border: 0.1px solid #000000;
  margin-bottom: 0px;
} 

I don't think IE likes decimals implemented with pixel values.

15 May 2007, 5:08 PM
#3
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Border in Firefox.. But Not IE?

Besides the decimal pixels, there may also be a problem with the complicated cascade of styles. I have something similar happening in the bottom of each page on both my sites. I wanted a border around bottom separate from the border around the content, but I don't see it in FF or Opera, while it shows properly in IE.

I haven't been able to track down the problem.

Rob

16 May 2007, 1:11 PM
#4
nickjre avatar

nickjre

New Zenner

Join Date:
Jul 2005
Posts:
84
Plugin Contributions:
0

Re: Border in Firefox.. But Not IE?

Bingo on the decimal pixels sketchy. Damn your really coming through big for me. Not sure what i'd do without your help!

16 May 2007, 1:56 PM
#5
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: Border in Firefox.. But Not IE?

Oh my, that's more great news!

I'm sure you'd fair well on your own though, you're quite the intuitive person I figure and would have found all the answers soon enough. :D