tokyonine Posted May 26, 2009 Share Posted May 26, 2009 Hi everyone. Been sitting chomping away at the code for 2 days straight to try and get rid of the "white box" behind my products. ...any suggestions?? www.lab8zero.com/catalog Ive even tried using firebug to seek out the code...but no such luck. Link to comment Share on other sites More sharing options...
♥kymation Posted May 27, 2009 Share Posted May 27, 2009 Firebug shows the code quite nicely. The table containing each of your products starts with: <table cellspacing="0" cellpadding="0" border="0" style="background: rgb(255, 255, 255) none repeat scroll 0% 0%; height: 264px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"> That rgb(255, 255, 255) is pure white. If that's just a modified What's New box, the code should be in catalog/includes/modules/new_products.php. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
tokyonine Posted May 27, 2009 Author Share Posted May 27, 2009 Even more problems now. Your solutions has worked on the first page...but when I click on a product, the next page shows the "white box" again. Im totally stumped on where to find out which bix is connected to what (with or without firebug). By fluke I was able to remove the white box on the categories section. ...but Im stuck on this very last and final part. Thanks for your help Jim. Link to comment Share on other sites More sharing options...
♥kymation Posted May 27, 2009 Share Posted May 27, 2009 It's in two places this time: <td style="border-style: solid; border-color: rgb(255, 255, 255); border-width: 10px 15px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"> and a few lines further down: <table cellspacing="0" cellpadding="0" border="0" align="left" style="border-left: 0px solid rgb(255, 255, 255); border-right: 13px solid rgb(255, 255, 255);" class="prod_info"> Right click on the white area and select Inspect Element. Firebug will point you right at the offending code. You may have to look a few lines up for the enclosing table, but it's close. This code is not stock osCommerce. Are you using a template? If so, the code may be in a different location determined by the template. I can't help you there. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
tokyonine Posted May 27, 2009 Author Share Posted May 27, 2009 Yeah its a template. I'll have a look through the template files. Cheers again Jim Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.