Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Top Nav not showing in FF


ktaylor

Recommended Posts

Posted

Am having a weird problem. On two of my stores, the top nav (Home, Catalog, My Account, Cart Contents) and the bottom bar showing date and number of requests is not showing up in Firefox, but is showing up in IE8. I have two other stores wherein the nav is showing up fine in both browsers. All four stores are hosted on the same webhost. Would this be a configuration/database issue or a problem in a file? Please let me know if you need the url. Thanks!

Posted

Yes, I asked first because I wasn't sure it was allowed.

 

www.ribcity.com/store

 

Nav is present in IE8, but not in FF

Posted

I received some help for my host tech support just now. They said...

 

"This is related to the CSS for the footer class. If you use your mouse to highlight the area where the text would normally be, you will see it does exist. The problem is that the footer class isn't displaying the background properly in Firefox. You can also view the source of the page once it's loaded in firefox to see that the date does in fact show up. It's just white text on a white background."

 

I have not modified the CSS, so there must be something there that conflicts with the new version of FF, which I just upgraded to. I'll check that out.

Posted

I received some help for my host tech support just now. They said...

 

 

 

I have not modified the CSS, so there must be something there that conflicts with the new version of FF, which I just upgraded to. I'll check that out.

Errors in the stylesheet:

 

Code like this:

 

TR.headerNavigation {
 background: B61e1b;
}

 

Needs to be:

 

TR.headerNavigation {
 background: #B61e1b;
}

This "missing pound sign" error occurs about 39 times in the stylesheet...

:blush:

 

Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and Firefox.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Thanks so much. The old Firefox must have been a little more tolerant :) Happy it is something easily solved!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...