Results 1 to 3 of 3
  1. #1

    Default Background Images Not Shoing In IE

    I've searched the forums and noticed several topics relating to IE display problems but I haven't found the answer to my problem so I thought I'd go ahead and post it here.

    My problem is that the background images are not displaying correctly in IE ver 6 but look great in FireFox. In IE the background is missing completely from the last row of products in the middle column. This is happening on each of 3 designs I'm working on.

    Also, in IE there is a line between the header and the navigation bar that does not show in FF.


    You can view the sites at

    Any help with this would be greatly appreciated.

  2. #2

    Default Re: Background Images Not Shoing In IE

    Sorry, thought I fixed it but I was wrong. Problem still exists.

  3. #3

    Default Re: Background Images Not Shoing In IE

    I don't mean to seem like I'm talking to myself, believe me I have much better things to do. I just wanted to post that I did manage to solve the problem.

    I'm not an expert in IE so I don't know exactly why this happened but my thought is that IE draws the background in a <div> statement when the line is completed and a new line begins. When it ran the last line and no new line was needed the background did not get printed because the <div> ended. Anyway, by adding a <br> in the code it solved the problem. I had to edit the files tpl_modules_whats_new.php, tpl_modules_featured_products.php and tpl_modules_specials_default.php as follows:

    <div class="centerBoxWrapper" id="specialsDefault">
    <?php
    /**
    * require the columnar_display template to show the products
    */
    require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php');
    ?>
    <br> <---- added this line
    </div>

 

 

Similar Threads

  1. v154 Background images not showing on https pages
    By simon1066 in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 27 Jul 2015, 03:58 PM
  2. background images not being shown
    By sirthaddeus in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 2 Mar 2010, 11:42 PM
  3. Background images
    By gnvv in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 25 Sep 2009, 07:50 AM
  4. Background Images for Sidebox Headers Not displaying In IE.
    By SurrealDesign in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Jan 2009, 05:18 PM
  5. Replies: 1
    Last Post: 29 Sep 2006, 04:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR