Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  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
    52
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    Thanks allot, i'm going to give that a go now!

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

    Default Re: Layout changes in I.E 7 help

    well after reading that i've gone from:

    /* 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%;
    }
    */

    to:

    /* 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%;
    }
    */


    And still no difference. I really am going on blind luck here as i really have not got a clue. Surely someone must know?

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

    Default Re: Layout changes in I.E 7 help

    Try changing:

    /* 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%;
    }
    */

    To:

    /* 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%;
    }
    */


    The difference is the \*/ just after "peekaboo bug:"

  10. #10
    Join Date
    Mar 2006
    Posts
    90
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    hmm I dont have any idea how to tell you how to fix it either, but I'm having similiar problems myself

    http://www.tcnwholesale.co.uk

    On the login screen, one of my images at the top ( a wide image under the main flash file) has disappeared along with the Email address and password field.......but only in IE 7?>??????

 

 
Page 1 of 3 123 LastLast

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