Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product info image 2.3.1 frame


stephen89

Recommended Posts

Hi everybody,

 

So just to start off with some base information. I have a site I am developing with 2.3.1 and I was wondering if anybody had any input on putting a frame(custom image like an antique frame) around the large image but leaving the thumbnails to fall below the frame. I hope this is clear enough. If you have any questions I'll try to answer them to the best of my ability. As usual thanks for any input at all you might have.

 

Thank You,

Stephen

Link to comment
Share on other sites

Something like this

 

<style>
imgborder
{
background-image:url('frame.gif');
}
</style>

 

<div class="imgborder"> php code for images here</div>

 

Didn't have time to test it to find the actually code you need to wrap that around, but that should get you on the right path.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...