faqtech Posted March 17, 2004 Share Posted March 17, 2004 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 More sharing options...
Nick Weisser Posted March 18, 2004 Share Posted March 18, 2004 You have to do this in PHP - or use a box layout contribution. Link to comment Share on other sites More sharing options...
berkedam Posted March 18, 2004 Share Posted March 18, 2004 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 More sharing options...
Guest Posted April 30, 2004 Share Posted April 30, 2004 okay, this didn't work... Any other way of achieving this? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.