Rowdy Roy Posted January 9, 2007 Posted January 9, 2007 I have changed the box headers in my page right and left columns using CSS. Works find in in FireFox however IE picks up stock osCommerce background as well as size underneath desired background. Have been working on this for five days. Tried changing class boxes, english.php and any other file/directory that appeared to have influence on header. Followed manual to the letter with no results. Can someone give me pointers? Thanks in advance. Don Harbour Rowdy Roy Seasoning Maumelle, AR USA
supernoc Posted January 9, 2007 Posted January 9, 2007 I have changed the box headers in my page right and left columns using CSS. Works find in in FireFox however IE picks up stock osCommerce background as well as size underneath desired background. Have been working on this for five days. Tried changing class boxes, english.php and any other file/directory that appeared to have influence on header. Followed manual to the letter with no results. Can someone give me pointers? Thanks in advance. Hey Roy, Checkout out file /includes/header.php <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.