Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Corners on Boxes


faqtech

Recommended Posts

I have rounded off the top of the corners on the boxes (search, cart,etc) on the right hand side and left hand side with an image so the corner appears rounded. Is it possible to round off the bottom of the corners of the same boxes. Can it be controlled with a style sheet or do I need to code with php.

 

 

And help would be great.

Thanks

Link to comment
Share on other sites

every: /catalog/includes/boxes/NAME.php

 

make an additional tabel row after the last </tr>.

 

CODE

blabla code

?>

</td>

</tr>

 

change to:

 

CODE

blabla code

?>

</td>

</tr>

<tr>

<td><img=corner left side></td>

<td bgcolor=color> </td>

<td><img=corner right side></td>

</tr>

"If you're working on something new, then you are necessarily an amateur."

Link to comment
Share on other sites

  • 1 month later...

Archived

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

×
×
  • Create New...