Results 1 to 6 of 6
  1. #1
    Join Date
    Nov 2006
    Posts
    57
    Plugin Contributions
    0

    Default Text on top of banner

    I have some customers who get this image when logging into my store:



    And then some customers see the "right" settings.

    Why is this and what can I do about it.

    Thanks.

    This is my page BTW http://shop.scrapscandistyle.com/

  2. #2
    Join Date
    Nov 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Text on top of banner

    Anybody?

  3. #3
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Text on top of banner

    Firefox renders it correctly but IE doesn't. It would appear that IE is not handling th "<br class="clearBoth" />" correctly. Quick Google seems to suggest that this is a common bug with IE. What you need to do is edit your Stylesheet (should be \includes\templates\YOUR CUSTOM FOLDER\css\stylesheet.css) and find the following code:

    Code:
    .clearBoth {
    
    	clear: both;
    
    	}
    change this to read.

    Code:
    .clearBoth {
    
    	clear: all;
    
    	}
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  4. #4
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Text on top of banner

    Quote Originally Posted by hem View Post
    Firefox renders it correctly but IE doesn't. It would appear that IE is not handling th "<br class="clearBoth" />" correctly. Quick Google seems to suggest that this is a common bug with IE. What you need to do is edit your Stylesheet (should be \includes\templates\YOUR CUSTOM FOLDER\css\stylesheet.css) and find the following code:

    Code:
    .clearBoth {
    
    	clear: both;
    
    	}
    change this to read.

    Code:
    .clearBoth {
    
    	clear: all;
    
    	}
    Hold off on this. It appears to be a severe bug in IE- Leave the clear as 'both' (not 'all') as 'all' is not w3c compliant.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Text on top of banner

    The standard recommended fix for this is to change the
    <br class="clearBoth" />
    to
    <div class="clearBoth" ></div>
    in the php file where it occurs.

  6. #6
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Text on top of banner

    Quote Originally Posted by gjh42 View Post
    The standard recommended fix for this is to change the
    <br class="clearBoth" />
    to
    <div class="clearBoth" ></div>
    in the php file where it occurs.
    Ouch- what a workaround!
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

 

 

Similar Threads

  1. Replies: 2
    Last Post: 20 Feb 2013, 11:59 PM
  2. How to remove top banner and add links to top?
    By Punkristo in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 8 Jun 2010, 07:21 PM
  3. Change Top of store - where to add a banner to the top?
    By Courage9 in forum Basic Configuration
    Replies: 2
    Last Post: 15 May 2010, 04:32 AM
  4. Banner on top of top bar
    By bargincircus in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Feb 2010, 08:36 PM
  5. Help banner not wide enough & on top of zen cart banner!!!
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 22 Oct 2008, 12:54 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR