Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Category listing page displays differently in Firefox

    So I have another question that I'm sure is a goof I've made in the site CSS. The product category listing looks VERY different in Firefox than in IE. I added some spacing so that the rows don't look as crowded. In IE it displays the way I intended. However, in Firefox, the display looks like the original cramped display I was trying to adjust.

    I am hoping that one of the CSS gurus out there can tell me if there is a way to resolve this display discrepancy between the two browsers?

    Here's the page in question:
    http://clients.overthehillweb.com/ph...=index&cPath=1

    From my stylesheet:
    Code:
    tr.productListing-odd {
    	background: #F5F5F5 url(../../../../images/content_images/tableBorderBg.png);
        background-repeat: repeat-x;
        background-position: bottom;
    	padding: 10px 0px 30px 0px;
    	vertical-align: top;
    	}
    
    tr.productListing-even {
    	background: #F5F5F5 url(../../../../images/content_images/tableBorderBg.png);
        background-repeat: repeat-x;
        background-position: bottom;
    	padding: 10px 0px 30px 0px;
    	vertical-align: top;
    	}

  2. #2
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Category listing page displays differently in Firefox

    Well it would be nice to know how to resolve this.. (IE still continues to wreak havc in the way it does stuff) Apparently this is gonna require a CSS hack, though I'm not exactly sure how to implement one of these hacks.. In the interest of ending this pounding in my head, I resolved this by removing the padding attributes and adding a height attribute instead.. Not the way I wanted to do this, but I'll live..

 

 

Similar Threads

  1. sub category heading displays differently
    By usr50 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 15 Apr 2011, 09:34 PM
  2. Fixed Page Width Displays Differently on Another Monitor
    By Craig Robbo in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Jan 2009, 07:18 AM
  3. Price displayed differently in Firefox and Internet Explorer on my product listing?
    By Reeselectronics in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 Oct 2008, 07:04 AM
  4. Category displays problem with Firefox
    By opusbloom in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Jul 2008, 03:53 AM
  5. Page displays differently in I.E and Firefox
    By mthem2003 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Feb 2008, 07:34 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