Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Border ok in Firefox, not in IE

Border ok in Firefox, not in IE

Locked

Views: 1,852

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
6 Dec 2007, 1:36 PM
#1
warstormer avatar

warstormer

Zen Follower

Join Date:
Aug 2007
Posts:
120
Plugin Contributions:
0

Border ok in Firefox, not in IE

Hi, I have these settings in stylesheet.css:

.productListing-even {border-top: 1px solid #ffffff; height:135px;}
.productListing-odd {border-top: 1px solid #ffffff; height:135px;}

The borders work fine in Firefox, but don't appear at all in IE(7). Is this a basic problem in IE, is there any way I can get it to work in IE?

website URL is: http://www.underground-toys.com/UGT_wholesale/index.php?main_page=index&cPath=65.

Thanks...

6 Dec 2007, 2:03 PM
#2
warstormer avatar

warstormer

Zen Follower

Join Date:
Aug 2007
Posts:
120
Plugin Contributions:
0

Re: Border ok in Firefox, not in IE

I have found that IE7 will accept borders using 'style' as part of a <div>, <table> or <td>....

2 Apr 2008, 3:06 PM
#3
rwoody avatar

rwoody

Totally Zenned

Join Date:
Aug 2004
Location:
Fountain Hills, AZ
Posts:
476
Plugin Contributions:
0

Re: Border ok in Firefox, not in IE

I know this is an old post; however for others that run into this problem as I have, if you give your <div> a width of 1% in your style sheet, your borders will be visible in both IE6 ad 7. It is caused by a bug in IE's rendering engine. Good old IE.