Results 1 to 4 of 4
  1. #1
    Join Date
    May 2007
    Posts
    213
    Plugin Contributions
    0

    Default Firefox padding issue?

    Can someone tell me why in Firefox the Prev, Listing and Next images towards the top of my site have spacing in between them? In IE 6 they look fine. I have not looked in IE 7 yet.

    http://74.52.136.194/~onlinefa/store...products_id=31

  2. #2
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Firefox padding issue?

    Your code looks like this:
    Code:
    <div class="navNextPrevWrapper centeredContent">
    <p class="navNextPrevCounter">Product 2/2</p>
    <div class="navNextPrevList"><a href="http://74.52.136.194/&#37;7Eonlinefa/store/index.php?main_page=product_info&amp;cPath=2_26_62&amp;products_id=62&amp;zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_prev.gif" alt="Previous" title=" Previous " height="16" width="120"></a></div>
    
    <div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=index&amp;cPath=2_26_62&amp;zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_return_to_product_list.gif" alt="Return to the Product List" title=" Return to the Product List " height="16" width="120"></a></div>
    
    <div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=product_info&amp;cPath=2_26_62&amp;products_id=62&amp;zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_next.gif" alt="Next" title=" Next " height="16" width="120"></a></div>
    </div>
    Try this:
    Code:
    <div class="navNextPrevWrapper centeredContent">
    <p class="navNextPrevCounter">Product 2/2</p>
    <div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=product_info&amp;cPath=2_26_62&amp;products_id=62&amp;zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_prev.gif" alt="Previous" title=" Previous " height="16" width="120"></a></div><div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=index&amp;cPath=2_26_62&amp;zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_return_to_product_list.gif" alt="Return to the Product List" title=" Return to the Product List " height="16" width="120"></a></div><div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=product_info&amp;cPath=2_26_62&amp;products_id=62&amp;zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_next.gif" alt="Next" title=" Next " height="16" width="120"></a></div>
    </div>
    And you could get rid of each of these divs, they're not necessary:
    Code:
    <div class="navNextPrevList">
    Like this:
    Code:
    <div class="navNextPrevWrapper centeredContent">
    <p class="navNextPrevCounter">Product 2/2</p>
    <div class="navNextPrevList"><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=product_info&amp;cPath=2_26_62&amp;products_id=62&amp;zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_prev.gif" alt="Previous" title=" Previous " height="16" width="120"></a><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=index&amp;cPath=2_26_62&amp;zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_return_to_product_list.gif" alt="Return to the Product List" title=" Return to the Product List " height="16" width="120"></a><a href="http://74.52.136.194/%7Eonlinefa/store/index.php?main_page=product_info&amp;cPath=2_26_62&amp;products_id=62&amp;zenid=b438748dfac2fe75b5ab7a3d0b206cde"><img src="includes/templates/sg247/buttons/english/button_next.gif" alt="Next" title=" Next " height="16" width="120"></a></div>
    </div>
    Remove Zenid's from links above

  3. #3
    Join Date
    May 2007
    Posts
    213
    Plugin Contributions
    0

    Default Re: Firefox padding issue?

    Thanks. This worked great. Thanks so much for the help.

  4. #4
    Join Date
    Oct 2004
    Location
    Houston, TX
    Posts
    782
    Plugin Contributions
    4

    Default Re: Firefox padding issue?


 

 

Similar Threads

  1. Center Padding Issue
    By tonnusser in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 25 Jun 2011, 06:34 PM
  2. Padding (I think) issue, IE vs FF
    By CharInLasVegas in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Dec 2009, 10:11 PM
  3. navMain padding issue
    By CharInLasVegas in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Jan 2009, 05:13 PM
  4. Firefox, IE and Padding
    By mvolvano in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Apr 2007, 02:28 PM
  5. Padding Issue In FF
    By enchantedlingerie in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 24 Apr 2007, 09:09 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