efru Posted February 14, 2005 Share Posted February 14, 2005 Hi Guys I searched the forum for "infobox background image" but couldn't come up with anything, hopefully someone can help me here. I'm trying to add a background image to the infoboxes, but am not sure where to start. I'd like to add the background image to the infobox, as well as the line at the top that says "Top >> Catalog". Is there a file I can do this in? Thanks in advance. Aaron Link to comment Share on other sites More sharing options...
♥Vger Posted February 14, 2005 Share Posted February 14, 2005 It's easy to put a background image in the head part of an info box, simply change the text for it in includes/languages/english.php to an image link. It gets to be more difficult setting a background image for the rest of it. To set a background for the breadcrumb trail, which uses the class headerNavigation, you first need to make a new class in stylesheet.css and then change the reference to headerNavigation in includes/classes/breadcrumbs.php to the new navigation class. Vger Link to comment Share on other sites More sharing options...
efru Posted February 15, 2005 Author Share Posted February 15, 2005 It's easy to put a background image in the head part of an info box, simply change the text for it in includes/languages/english.php to an image link. It gets to be more difficult setting a background image for the rest of it. To set a background for the breadcrumb trail, which uses the class headerNavigation, you first need to make a new class in stylesheet.css and then change the reference to headerNavigation in includes/classes/breadcrumbs.php to the new navigation class. Vger <{POST_SNAPBACK}> Sorry I'm new...How would I go about, for example, adding a background image to the shopping cart infobox? I want a background, and text over it...what would I type in? (new to PHP) Also, when I said Top >> Categories...I meant that bar that Top >> Categories is on...i want that to be the same background image.... See I'm trying to have all infoboxes and the bar right below the logo (that displays Top >> Catalog) to be this background image I have...then have text over it.. Hope I'm being clear... Thanks! Link to comment Share on other sites More sharing options...
ryan3g Posted February 16, 2005 Share Posted February 16, 2005 Yes you're clear, hihih. Hi, to get the background on the infoboxes you have to go to the stylesheet.css and find the lines .infobox, .headernav and .footer ..... sumfing can't remeber exactly right now. but yeh you have to replace the line that says background: #( some coded color) and then change it to background: url('yourimage.jpg') ; hope that works. just experiment with that. and see :) Daren Ryan3g Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.