Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Mar 2005
    Location
    Watford, UK
    Posts
    155
    Plugin Contributions
    0

    Default Strange IE6 issue.

    Hi,

    http://www.woolmer.co.uk/index.php

    I seem to be getting a white gap between the header and the content but only in IE6 - IE7 and Firefox seem to be fine.

    Any ideas?

    Thanks,

    Richard

  2. #2
    Join Date
    Aug 2006
    Posts
    21
    Plugin Contributions
    0

    Default Re: Strange IE6 issue.

    I'd have said the height applied using your block_top class is causing the problem.

    However, your XHTML is invalid so the browser has to "interpret" your code and try and guess what you're trying to do (i.e. it tries to work round the mistakes). All sorts of odd things will happen in browsers if you don't write valid (X)HTML. See this URL for the errors:

    http://validator.w3.org/check?verbos...uk%2Findex.php

    The same goes for your CSS, which also contains errors:

    http://jigsaw.w3.org/css-validator/v...uk%2Findex.php

    Cheers

    Kieren

  3. #3
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Strange IE6 issue.

    You may be able to resolve this with a simple hack to your tpl_header.php file.

    (The original of this resides in templates/template_default/common/tpl_header.php , so you'll need to make a copy of it, then save it to: templates/YOUR-CUSTOM-TEPLATE/common/tpl_header.php).

    Find the following...

    PHP Code:
    <?php // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
    </div>
    <br class="clearBoth" />
    <!--eof-branding display-->
    ... and try COMMENTING OUT the <br class...> bit...

    PHP Code:
    <?php // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?>
    </div>
    <!-- <br class="clearBoth" /> -->
    <!--eof-branding display-->
    If you use categories-tabs (categories in the header) or banners under the header, this may cause problems. Try it and see if it suits your needs.

 

 

Similar Threads

  1. IE6 styling issue
    By newagekat in forum Basic Configuration
    Replies: 3
    Last Post: 16 Apr 2009, 01:21 AM
  2. CSS FLoyout menu IE6 issue
    By TomCZ in forum General Questions
    Replies: 3
    Last Post: 15 Apr 2008, 09:18 PM
  3. Tabbed Products IE6 render issue
    By m3s_4ev3r in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Sep 2007, 07:37 PM
  4. IE6/7 display issue with center boxes...
    By Alex Clarke in forum Templates, Stylesheets, Page Layout
    Replies: 17
    Last Post: 25 Jun 2007, 11:07 PM
  5. IE6 issues: Bold text looks strange & Login sidebox Password field too long
    By fepb in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 22 May 2007, 04:11 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