Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need Infobox background image


fan4chevy

Recommended Posts

Hi,

 

Looking for assistance in creating a background image in one piece and not by changing corners and center if possible.

 

I tried this in stylesheets:

 

TD.infoBoxHeading {

font-family: Verdana, Arial, sans-serif;

font-size: 12px;

font-weight: bold;

background: #5A4F36;

color: #F2EDE1;

 

height:25;

background-image: url('/images/Image1.gif');

background-repeat: repeat-x;

background-position: left;

}

 

However, in the above the height changed but the image would never show up. I even put the image in the correct directory. Any idea why it is not working? <_<

Link to comment
Share on other sites

Thank you. It was the / I had before the /image.

 

Do you know what I need to do to have the left box corner not show. It is actually appearing on top of the image.

 

Thank you again.

 

Charles

 

If i getting u,u wanna to remove left_corner.gif on each boxes? right?

 

then go to..includes/classes/boxes

 

and aroung line 104..

comment following code block.

 

if ($left_corner == true) {

$left_corner = tep_image(DIR_WS_IMAGES . 'infobox/corner_left.gif');

} else {

$left_corner = tep_image(DIR_WS_IMAGES . 'infobox/corner_right_left.gif');

}

 

Thanks..Let me know if am wrong.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...