Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Background-Color not filling out box


satinwoods

Recommended Posts

Posted

On my website here

strutfashion.ca

I'm trying to make the boxes on the left a grey backgound, but the grey is only taking up half the box of each box. I can't figure out why.

 

.infoBoxContents {
padding: 5px;
font-size: 12px;
background-color:#EBEBEB;
}

Posted

Firebug tells me that you have a background image (the lighter color) sitting at the bottom of the div (50% down). See where you're inheriting a background image from.

Posted

Got it, the background was set up in jquery-ui-1.8.22.css. This is the one thing I really dislike about OSCommerce is that its stylesheets are all over the place. Thanks for that! Cheers!

Archived

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

×
×
  • Create New...