Results 1 to 5 of 5
  1. #1
    Join Date
    May 2006
    Posts
    60
    Plugin Contributions
    0

    Default Firefox background issue

    Hey guys...my test site is at www.halidji.com/new_shop and currently the website looks fine with IE6 but if I view it with firefox I the background colour of the middle of the site cuts out too quickly...

    Can someone have a look and let me know how to fix it?

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Firefox background issue

    Couple of things:

    You have ZenCart 1.3.x and are using the classic template and that will limit you now and in the future, Search for stylesheet.original and stylesheetn.new here for more depth on the reasons that this is not recommended.

    I would convert to a template_default based layout and then move forward from there. As it is just a template and it does not appear that you have altered your site too much at this point it should be a simple conversion. Just follow the instructions with the template.. There are a few in the downloads section under templates.

    If you do this you should not have this problem.
    Zen-Venom Get Bitten

  3. #3
    Join Date
    May 2006
    Posts
    60
    Plugin Contributions
    0

    Default Re: Firefox background issue

    Ok i just put on the default theme file but it looks terrible...is it supposed to look like it is now? www.halidji.com/new_shop

  4. #4
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Firefox background issue

    Quote Originally Posted by Mobsta
    Ok i just put on the default theme file but it looks terrible...is it supposed to look like it is now? www.halidji.com/new_shop
    Yes. But it can be changed very easily, just by modifying the stylesheet. for an example of this, take a look at the future Zen template, that completely transforms it with just a few changes to the stylesheet and a handful of images.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  5. #5
    Join Date
    Jun 2006
    Posts
    39
    Plugin Contributions
    0

    Default Re: Firefox background issue

    The background issue with <div> containers is present in firefox because it does not increase the size of the div unless it contains some content.

    I.e.

    <div id="wrapper">
    <div class="content">
    <p>content here</p>
    </div>
    </div>

    Its a basic example, and in this case ffox should make the bg extend to the bottom. But in the case it does not, use this code here.

    <br style="clear:both" />

    I.e.

    <div id="wrapper">
    <div class="content">
    <p>content here</p>
    </div>
    <br style="clear:both" />
    </div>

    Usually the BG problem with ffox starts when floats are involved, hence the clear: both class.

    Hope this helps...

 

 

Similar Threads

  1. Background Images, IE7 vs FireFox Issues
    By craig-heavygoods in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 May 2008, 01:21 PM
  2. NavCatTabs Background in Firefox
    By pkonstan in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 12 Sep 2007, 08:29 PM
  3. Background Image Header, IE7 vs. Firefox
    By SuJun in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Jun 2007, 03:03 PM
  4. Background changes in Firefox vs IE7
    By shawnz28 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Jun 2007, 04:03 AM
  5. Cell background differnence between Firefox and IE
    By budfox in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 5 Oct 2006, 08:35 PM

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