Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22
  1. #11
    Join Date
    Oct 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    Quote Originally Posted by Sueter View Post
    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:"
    Thanks for the reply with the correction. I've copied & pasted that into both my stylesheets and sadly it hasn't changed anything.

    2 months working on zencart and trust i.e to spoil it!

  2. #12
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Layout changes in I.E 7 help

    make the logowrapper the same height as your image:

    This is what you have now.

    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:75px; change this to 178px (the height of your image
    }

  3. #13
    Join Date
    Nov 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    OK, I'm trying to deal with this thing myself... so far haven't quite figured it out, but have found this page here http://www.cayenne.co.uk/ie7/disappearing-content.html

    Possibly changing the height to min height might work, since you've got background images in your layout?

    -Alyce

  4. #14
    Join Date
    Oct 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    Quote Originally Posted by clydejones View Post
    make the logowrapper the same height as your image:

    This is what you have now.

    #logoWrapper{
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    height:75px; change this to 178px (the height of your image
    }
    Thanks that seems to have fixed it, it seems simple now you've pointed it out so i want to thank you for taking the time to browse through the template. I really appreciate it!

  5. #15
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Layout changes in I.E 7 help

    Glad to help.

  6. #16
    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.

  7. #17
    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.

  8. #18
    Join Date
    Oct 2006
    Posts
    2
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    Thank you.

  9. #19
    Join Date
    Dec 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    guys

    i had the same problem with Ie7 so i changed the logowrapper and it fixed

    in ie7 the logo looks fine but in any previous version the logo has a great huge gap between the ezpage header and the logo.

    www.gsports-and-novelties.com/sportsm

    any one got any answers on what i can do


    thanks george

  10. #20
    Join Date
    Sep 2005
    Posts
    25
    Plugin Contributions
    0

    Default Re: Layout changes in I.E 7 help

    Hello

    I am having problems with IE7, the shop display's perfectly in other browsers.

    www.protrolley.com

    I have tried most things in this thread but with out sucess.

    Thanks

 

 
Page 2 of 3 FirstFirst 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