Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    Default IE and Firefox show different of the Text

    Hi,

    I have a big problems of the shopping cart, while it show different on IE and Firefox.

    http://www.egrracing.com/shop/index....roducts_id=806

    Please take care of this detail text content and the title,

    On IE, it will force broke to two line of the title and the content text is not very wide enough for the right side ....

    But on Firefox, it will be look like very well.

    What is wrong on the shop, it is CSS wrong or other thing?

    I real need help on this.

    Thank for your time.

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

    Default Re: IE and Firefox show different of the Text

    This is fully the differences between browsers and not Zen Cart
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jan 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: IE and Firefox show different of the Text

    You have a stylesheet_new.css file, at the end you have

    Code:
    .docProduct, .productGeneral    
    {
     clear: both; 
     float: left; 
     text-align: left; 
    }
    change to this

    Code:
    .docProduct, .productGeneral    
    {
     clear: both; 
     float: left; 
     text-align: left; 
     width:550px; 
    }
    I just test the solution for the page that you post (and works fine for IE), please review another pages, may be the style .docproduct doesn't need this change, so break this only for .productGeneral.

    The 550px is valid for your current layout, however try with other values.

    By the way, you need to fix this, of course if you want this properties working.


    Code:
    #productMainImage 
    { 
     clear: both; 
     float: left; 
     text-align: left;
     margin-top:
     maargin-top: 10px;  to margin-top:10px
     paadding-left: 50px; to padding-left:50px;
    
    }

  4. #4
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    Default Re: IE and Firefox show different of the Text

    KaeFeE,

    You help me fixed this problems, very very thank you.

    Regards,
    Jimmy Chan


    Quote Originally Posted by KaeFeE View Post
    You have a stylesheet_new.css file, at the end you have

    Code:
    .docProduct, .productGeneral    
    {
     clear: both; 
     float: left; 
     text-align: left; 
    }
    change to this

    Code:
    .docProduct, .productGeneral    
    {
     clear: both; 
     float: left; 
     text-align: left; 
     width:550px; 
    }
    I just test the solution for the page that you post (and works fine for IE), please review another pages, may be the style .docproduct doesn't need this change, so break this only for .productGeneral.

    The 550px is valid for your current layout, however try with other values.

    By the way, you need to fix this, of course if you want this properties working.


    Code:
    #productMainImage 
    { 
     clear: both; 
     float: left; 
     text-align: left;
     margin-top:
     maargin-top: 10px;  to margin-top:10px
     paadding-left: 50px; to padding-left:50px;
    
    }

 

 

Similar Threads

  1. v150 Placement of Images and Forms different between IE, Firefox, and Chrome
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 4 Sep 2012, 02:33 PM
  2. Replies: 8
    Last Post: 7 Jun 2011, 07:57 PM
  3. ie7 and chrome different than ie8 and firefox
    By Congerman in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Aug 2010, 04:48 PM
  4. How do I make the Terms and Conditions text show in bold?
    By h_2_o in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Oct 2009, 10:32 PM
  5. Different views in IE and Firefox
    By eoberheim in forum General Questions
    Replies: 2
    Last Post: 25 Mar 2008, 12:45 AM

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