Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default main wrapper issue ie only!

    I have just removed the top navigation bar from my homepage and noticed that in ie it gets pushed up and cuts off the top of the logo but this does not happen in ff or safari.

    Does anyone know how i can stop this?

    Link: www.truwater.com.au

    Thanks and merry xmas

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

    Default Re: main wrapper issue ie only!

    That would be because your site includes javascript, specifically to move the header up by 4px in IE
    Code:
     // move the head up a bit in ie
     if($.browser.msie){
       $('.head').css('margin-top', '-4px');
     }
    Kuroi Web Design and Development | Twitter

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

  3. #3
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

    Default

    Quote Originally Posted by kuroi View Post
    That would be because your site includes javascript, specifically to move the header up by 4px in IE
    Code:
     // move the head up a bit in ie
     if($.browser.msie){
       $('.head').css('margin-top', '-4px');
     }
    Could I remove this margin? If so where would I find the file?
    Posted via Mobile Device

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

    Default Re: main wrapper issue ie only!

    includes/templates/theme111/jscript/jscript_zz_global.js

    I suspect the template author has included this as a desparate attempt to fix layout problems that couldn't be overcome by normal means due to the div soup in which they were drowning

    Kuroi Web Design and Development | Twitter

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

 

 

Similar Threads

  1. How Do I change Main Wrapper Width only on Certain Pages?
    By limelites in forum General Questions
    Replies: 4
    Last Post: 6 Apr 2009, 04:06 PM
  2. Main Wrapper Background
    By rbonja in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Dec 2008, 05:57 AM
  3. Main wrapper drop shadow issue
    By Graphic Content in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Dec 2008, 05:12 PM
  4. nav main wrapper
    By Cecile in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 May 2008, 11:42 AM
  5. Main Wrapper
    By oxicottin in forum General Questions
    Replies: 3
    Last Post: 14 May 2007, 07:06 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