Results 1 to 10 of 22

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Posts
    52
    Plugin Contributions
    0

    Default Layout changes in I.E 7 help

    Hi can anyone who uses Internet explorer 7 tell me if the main boxes have moved up over my logo? It looks fine in all previous versions of internet explorer, firefox ect. But today after updating to I.E 7 all the boxes seem to have shifted up.

    website: http://www.theparlor.co.uk/shop

    Any idea how to amend this?

    Also i'm still stuck on where to change the font size for "new products" which seems like such a simple thing but i've still not found the code for where to change it to the same size as the rest of the titles.

    Thanks :)

  2. #2
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    It isn't displaying right in IE7. The boxes have moved up over the logo...but I don't have a clue how to tell you to fix it.

    Hopefully someone will be along shortly who knows what's causing the problem.

    Nice Site BTW.
    I'll finish that project tomorrow, I've made enough mistakes today!

  3. #3
    Join Date
    Oct 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    haha thanks, and thanks for checking. No idea whats gone wrong with it, i did a search but i've not found anyone else having the same problem either.

  4. #4
    Join Date
    Mar 2006
    Location
    Tennessee
    Posts
    310
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    I thought I had read somewhere that some sites might not display properly in IE7, but I don't remember where I read it or if they said why.

    What version of ZenCart are you using? I wonder if that could make a difference?

    I've got sites with versions 1.2.6, 1.2.7 and 1.3.5 and they all seem to be displaying okay...so far.

    Sorry I haven't been able to help, but I did want to check back and see if you had found a fix yet.

    I started working on a new one today, but haven't started customizing the template yet, so I may be joining you back here in a few days with the same problem!
    I'll finish that project tomorrow, I've made enough mistakes today!

  5. #5
    Join Date
    Oct 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    Quote Originally Posted by Boggled View Post
    I thought I had read somewhere that some sites might not display properly in IE7, but I don't remember where I read it or if they said why.

    What version of ZenCart are you using? I wonder if that could make a difference?

    I've got sites with versions 1.2.6, 1.2.7 and 1.3.5 and they all seem to be displaying okay...so far.

    Sorry I haven't been able to help, but I did want to check back and see if you had found a fix yet.

    I started working on a new one today, but haven't started customizing the template yet, so I may be joining you back here in a few days with the same problem!
    I'm using 1.3.5 and no i've still not managed to fix it. I'm not the best on php but it's more confusing since it views fine everywhere else, so i don't really know where to begin.

  6. #6
    Join Date
    Oct 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    Look in your main CSS stylesheet. You have the following code:

    /* Might uncomment either or both of these if having problems with IE peekaboo bug:
    h1, h2, h3, h4, h5, h6, p {
    position: relative;
    }
    *html .centerColumn {
    height: 1%;
    }
    */


    It looks like that's a hack for the peek-a-boo issue in IE which gets broken with IE7. Check out the following article for a fix:

    http://www.zeldman.com/2006/10/27/ie7fixes1/

    Of course, if it's already commented out...Good luck!
    Last edited by Sueter; 30 Nov 2006 at 06:15 PM.

  7. #7
    Join Date
    Oct 2006
    Posts
    2
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    I am having the same problem. I tried the uncommenting 'h1 etc position relative' suggestion to no effect. In fact looking over my code I am completely stumped. Is changing something in the tmp_header.php page a possible next step or do you guys think it the problem has to be CSS related? Thank you, coffee all around.

  8. #8
    Join Date
    Dec 2006
    Posts
    1
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    IE7 CSS strict mode displays images differently than IE6. To have CSS just for IE7, go to CUSTOMTEMPLTE/common/html_header.php and add conditional CSS for IE7. For example, I add:

    <!--[if IE]>
    <style>
    .dc { float:left; height:100&#37;; vertical-align: auto; }
    </style>
    <![endif]-->

    For one of my templates in which .dc is a div with display:table-cell in Mozilla but needs to be the above for IE7.

  9. #9
    Join Date
    Oct 2006
    Posts
    2
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    Thank you.

 

 

Similar Threads

  1. Some help with layout changes
    By rapro in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 Jan 2010, 10:17 AM
  2. My Layout Changes! Why? Help
    By teddyed22 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Dec 2008, 08:43 PM
  3. Product Layout Changes - Need Help!
    By emtecmedia in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 2 Mar 2007, 05:03 AM
  4. Centerboxes/column layout changes-HELP!
    By Graffxman in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Jul 2006, 06:44 PM
  5. Product Layout Changes - Need Help!
    By emtecmedia in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 May 2006, 12:20 AM

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