Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Categories disappeared


ktaylor

Recommended Posts

Sorry for the misleading topic - I meant to write "categories BORDER disappeared"

 

I need a fresh pair of eyes & brain please. I have a draft store located at: http://www.evblinds.com/catalog/ For some reason, my border disappeared from around the categories box. I am using Basic Design Pack and have gone through the css multiple times but cannot find the problem. I am using Ultimate SEO urls & individual url validation as well. Can someone help w/where I should go to fix this? You'll see that the border is still around the information box & the shopping cart.

 

Thanks!

Link to comment
Share on other sites

In the stylesheet:

 

.infoBox {
 background: #fff;
}

Should be:

 

.infoBox {
 background: #A5A984;
}

Sometimes after changing the stylesheet 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 >

Link to comment
Share on other sites

Thanks!!! You know, that was the next thing I was going to try this afternoon when our ftp server went down so I couldn't test it. Took over 3 hours for the server to get squared away and then I forgot all about it. Dang, almost had it! Thanks again!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...