Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

background image boxes problem


spencermjax

Recommended Posts

I am using an image as a background in the header part of the boxes. I added it in the stylesheet. this is what the header bar of advanced_search_results looks like this:

problem.gif

 

Any ideas as to how I can fix this? It looks like the image is being placed in more than one <td> tag..?..?

Link to comment
Share on other sites

It's difficult to tell what you mean when you say the image is being placed in more than one <td>

 

When you go to the advanced_searc_results page the header you get there includes the various options included in the search.

 

For all info boxes just add the image to the heading for the box in includes/languages/english.php - as in:

 

define('BOX_HEADING_SEARCH', '<img src="images/quickfind.gif" width=whatever height=whatever alt="whatever">');

 

Vger

Link to comment
Share on other sites

When I do a search, the results displayed in the center of the page (advanced_search_results.php) shows the title bar with "product Name", "Price", & "Buy Now". If you look closely at the bg image below you can see that the shading is different behing the links "Product Name" & "Price". I can't figure out how to fix that. All of the other boxes are fine.

 

 

problem.gif

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...