Zen Cart Logo
Forums / General Questions / Firefox is Displaying My Site Oddly All the Sudden

Firefox is Displaying My Site Oddly All the Sudden

Views: 538

Results 1 to 5 of 5
26 Aug 2011, 9:28 PM
#1
r1formetoo avatar

r1formetoo

Zen Follower

Join Date:
Sep 2008
Posts:
429
Plugin Contributions:
0

Firefox is Displaying My Site Oddly All the Sudden

I've definitely not changed anything with my stylesheet or anything. In fact, I've only added products via the admin panel now for months and all the sudden my site has this white bar under the logo in both Firefox and Opera. Might anyone have any idea what's changed? Thanks in advance.

Ian

26 Aug 2011, 10:43 PM
#2
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,286
Plugin Contributions:
39

Re: Firefox is Displaying My Site Oddly All the Sudden

We cannot help you w/o a link, but browsers update almost all the time and given it's Opera and FireFox you likely have a div issue and will need to create a CSS hack for them.

~Melanie

26 Aug 2011, 11:06 PM
#3
r1formetoo avatar

r1formetoo

Zen Follower

Join Date:
Sep 2008
Posts:
429
Plugin Contributions:
0

Re: Firefox is Displaying My Site Oddly All the Sudden

27 Aug 2011, 12:51 AM
#4
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,286
Plugin Contributions:
39

Re: Firefox is Displaying My Site Oddly All the Sudden

.leftBoxContainer, .rightBoxContainer

{

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

border-top-width: 1px;

border-right-width-value: 1px;

border-right-width-ltr-source: physical;

border-right-width-rtl-source: physical;

border-left-width-value: 1px;

border-left-width-ltr-source: physical;

border-left-width-rtl-source: physical;

border-top-style: solid;

border-right-style-value: solid;

border-right-style-ltr-source: physical;

border-right-style-rtl-source: physical;

border-left-style-value: solid;

border-left-style-ltr-source: physical;

border-left-style-rtl-source: physical;

border-top-color: #000000;

border-right-color-value: #000000;

border-right-color-ltr-source: physical;

border-right-color-rtl-source: physical;

border-left-color-value: #000000;

border-left-color-ltr-source: physical;

border-left-color-rtl-source: physical;

border-bottom-width: 5px;

border-bottom-style: solid;

border-bottom-color: #426a9a;

margin-top: 1.5em;

}

~Melanie

27 Aug 2011, 4:39 PM
#5
r1formetoo avatar

r1formetoo

Zen Follower

Join Date:
Sep 2008
Posts:
429
Plugin Contributions:
0

Re: Firefox is Displaying My Site Oddly All the Sudden

Well I'll be damned. My link of Product Videos was causing "videos" to drop down to the next line. I just removed "product" and now it looks good again. Thanks guys!