Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default #cartAdd Padding 15px; IE v' FF

    In Firefox, my add to cart block (#cartAdd) seems to be 15px padded on the right. It's 15px further left than it is in IE.

    I've been trying to see where this discrepancy is coming from but can't seem to determine what's causing this.

    Anyone?

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: #cartAdd Padding 15px; IE v' FF

    compare this changes i made to this code with original code in your style.

    I have IE 6 . After applying this change both ie and ff show ok ..

    #cartAdd {stylesheet.css (line 685)
    border:0 solid #E7E7E7;
    float:left;
    height:142px;
    left:350px;
    position:relative;
    text-align:center;
    top:-50px;
    }

    however, using IE6, i can see many problems with your page. , your logo currently is being displayed in your FOOTER ..

    you didn't apply PNG transparency fix for IE .( or perhaps there is no fix ?? )

    kaboodle logo displaying under one of your additional image. and your SSL Logo is in your footer .

  3. #3
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: #cartAdd Padding 15px; IE v' FF

    Quote Originally Posted by tony_sar View Post
    compare this changes i made to this code with original code in your style.

    I have IE 6 . After applying this change both ie and ff show ok ..

    #cartAdd {stylesheet.css (line 685)
    border:0 solid #E7E7E7;
    float:left;
    height:142px;
    left:350px;
    position:relative;
    text-align:center;
    top:-50px;
    }

    however, using IE6, i can see many problems with your page. , your logo currently is being displayed in your FOOTER ..

    you didn't apply PNG transparency fix for IE .( or perhaps there is no fix ?? )

    kaboodle logo displaying under one of your additional image. and your SSL Logo is in your footer .
    Hi Tony, Yikes, I've never looked at the site in IE6 as I thought compatibility mode would take care of that.

    I have now added the PNG transparency fix to my html_header.php file like this. I hope that's worked?

    <script defer type="text/javascript" src="pngfix.js"></script>

    How could I view IE in IE6 mode? I can't figure out how to fix my logo or the Kaboodle image if I can't see them

  4. #4
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: #cartAdd Padding 15px; IE v' FF

    Hmmmm does IE6 not understand position:fixed; top:0; left:0; ??

    This is what both my SSL logo and my Kaboodle logo have in common.

    As for my logo... That one's a mystery.

 

 

Similar Threads

  1. product info - cartAdd button
    By macsheep in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Sep 2009, 04:28 PM
  2. bestsellers padding
    By fairview in forum Basic Configuration
    Replies: 0
    Last Post: 11 Jul 2007, 05:39 PM
  3. Padding Issue In FF
    By enchantedlingerie in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Apr 2007, 09:09 PM
  4. padding problem
    By neuzen in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Aug 2006, 05: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