jesma Posted February 7, 2007 Posted February 7, 2007 I'm in need of editing the appearance of the left and right column info boxes of the default osCommerce shop! I know some of the colors of it etc. can be changed in the stylesheet.. the nice and easy, but what I want to be able to do, is for the heading of each infobox (ie. which has categories, manufactorers, currency etc...) I want to put my own background image behind the heading, instead of the plain pale blue one thats used as default. How can I do this? Also, theres that pesky curve image to curve off the top of the info box. How can I easily dispose of this? I'm hoping all of this can be achieved in the stylesheet but please enlighten me people! Many thanks for any help.
Guest Posted February 7, 2007 Posted February 7, 2007 I'm in need of editing the appearance of the left and right column info boxes of the default osCommerce shop! I know some of the colors of it etc. can be changed in the stylesheet.. the nice and easy, but what I want to be able to do, is for the heading of each infobox (ie. which has categories, manufactorers, currency etc...) I want to put my own background image behind the heading, instead of the plain pale blue one thats used as default. How can I do this? Also, theres that pesky curve image to curve off the top of the info box. How can I easily dispose of this? I'm hoping all of this can be achieved in the stylesheet but please enlighten me people! Many thanks for any help. Well without getting too deep into this, in the stylesheet reference your background image for the head sections. Using code such as... background-image: url(/images/youimage.jpg); And as far as dropping the corners, there are several ways to do so, and you can easily find them both in the forum (search for remove corner), and also in the contribs.
jesma Posted February 7, 2007 Author Posted February 7, 2007 Thanks for the reply, the image background works fine :) One last question.. how easy would it be able to to have an image across the botom of each infobox, like for example, an image I've made myself to curve off the box?
♥rocket468 Posted February 7, 2007 Posted February 7, 2007 Thanks for the reply, the image background works fine :) One last question.. how easy would it be able to to have an image across the botom of each infobox, like for example, an image I've made myself to curve off the box? You can put something like this in the last line of your info boxes <tr> <td align="left" valign="top"><img src="templates/THM0006/images/infoBox_foot.jpg" width="193" height="9" alt=""></td> </tr>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.