Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Sideboxes in FF vs IE....

    The sideboxes show up correctly in FF and too big in IE....

    the background image i'm using is 180px wide, and the sideboxes are set at 180px via admin control panel...in FF it shows up right, but IE makes it too big and then it pushes out the whole right side of the site by a few pixels. IE shows the sideboxes correctly when it is set at 175px, which makes no sense when the background image is 180px...

    I can't figure out how to fix this

    P.S. THIS ONLY HAPPENS when in a category such as "TOPS"

  2. #2
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Sideboxes in FF vs IE....

    I still can't figure out why the sideboxes are pushing out the right side of the site...i added a black bg color so it is less noticeable, but it is still a minor annoyance.

  3. #3
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Sideboxes in FF vs IE....

    You need to do some serious validation on the code being generated here. Your Shop drop-downs are inserted without the required name, you're ending option calls with </a>, JavaScript has no "type", etc.

    Get firefox and the html Validator by Tidy to look at what's going on.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  4. #4
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: Sideboxes in FF vs IE....

    Change this

    PHP Code:
    .leftBoxContainer {
        
    background-image:url();
        
    background-repeat:repeat-y;
        
    margin-top0px;
        
    margin-left0px;
        
    margin-right5px;
        } 
    to this

    PHP Code:
    .leftBoxContainer {
        
    background-image:url();
        
    background-repeat:repeat-y;
        
    margin-top0px;
        
    margin-left0px;
        
    margin-right0px;
        } 

  5. #5
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Sideboxes in FF vs IE....

    I am aware of the validation errors...problem is someone else did the dropdown's for me......so I wouldn't know what to fix...

    .leftBoxContainer {
    background-image:url();
    background-repeat:repeat-y;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    }
    Ooh I thought I caught that !

  6. #6
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Sideboxes in FF vs IE....

    Quote Originally Posted by dbltoe View Post
    You need to do some serious validation on the code being generated here. Your Shop drop-downs are inserted without the required name, you're ending option calls with </a>, JavaScript has no "type", etc.

    Get firefox and the html Validator by Tidy to look at what's going on.
    I uninstalled the category dropdown that was made for me, since I did not make it and don't know anything about javascript or php to fix it... and it DID clear up alot of the errors AND fixed the myserious moving sideboxes....

    Except the sideboxes actually moved to the left. If you look on the main page there is a pretty big gap between the sideboxes and the edge of the site...

    I am wondering though why it's having a problem with my Category names and/or product names that have "&" in it, such as Jeans & Pants (category), or Red, White, & Blow (product name)?

    I can change the category names, but I need to leave the product names what they are as that is the name given by the brand.


    Thanks for helping! Some of this is just over my head...

  7. #7
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: Sideboxes in FF vs IE....

    I noticed that the table is set to 98%, setting this to 100% would close the gap

    <table width="98%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">
    <tr>
    <td valign="top">

    This would be in catalog/includes/templates/yourtemplate/common/tpl_main_page.php

  8. #8
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Sideboxes in FF vs IE....

    Awesome! Finally everything is working normal... I didn't realize that dropdown menu I had before was causing so many problems.

  9. #9
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,684
    Plugin Contributions
    11

    Default Re: Sideboxes in FF vs IE....

    Glad you got it going
    Some of those pesky & symbol errors can be ignored but...
    In your product description and other places, remember that this is actually code that will be modified before it's presented to the browser.
    Try changing a couple of these in various places and see what happens.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

Similar Threads

  1. Replies: 6
    Last Post: 7 Mar 2013, 04:36 PM
  2. Sideboxes/information + Sideboxes/more_information
    By gsh in forum Basic Configuration
    Replies: 1
    Last Post: 16 Oct 2007, 08:04 PM
  3. Left column sideboxes vs. middle column sideboxes
    By aladambama in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Sep 2006, 07:28 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