Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default Re: Featured Products - border round product

    yeah, that was the problem, i disabled list box contents css

    Code:
     
    /*list box contents*/ .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew { margin: 1em 0em; }
    now looks ok in firefox, although the Featured Products head image is doing a wierd overlap thing

    to be honest though, there are way more people that still use IE as there main browser and in this the cell have started to drop http://www.redwoodsurfshop.co.uk/surfshop/

    Can you please advise how i might fix this?

    I have adjusted the code below, but still getting boxes dropping

    /* Columnar Cell width adjustment */
    /* decrease the cell's inner width to provide spaces for the added overhead */
    /* For IE only */
    * html .centerBoxWrapper div {
    width: auto;
    width: 20.5%;
    }

    it was

    /* Columnar Cell width adjustment */
    /* decrease the cell's inner width to provide spaces for the added overhead */
    /* For IE only */
    * html .centerBoxWrapper div {
    width: auto;
    width: 30.5%;
    }
    Last edited by mattys; 17 Nov 2006 at 03:19 PM.

  2. #12
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Featured Products - border round product

    Please check again the codes for the IE, you missed the !important.

    It is a hack for IE for it don't accept the attribute of max-width.
    And you can compare it with the max-width in other related code for normal browser.

    Code:
    /* Columnar Cell width adjustment */ 
    /* decrease the cell's inner width to provide spaces for the added overhead */
    /* For IE only */
    * html .centerBoxWrapper div {
    	width: auto;
            width: 30.5% !important;	
    }

    For the Featured Products head image overlapping, may try to adjust the related section of code in css.

    Code:
    .centerBoxHeading {
    margin-bottom: 1em;
    }
    Last edited by seethrou; 18 Nov 2006 at 12:11 AM.
    A New Starter again

  3. #13
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default Re: Featured Products - border round product

    Hi seethru

    I really appreciate your help, almost there!

    I cannot fix the box problem in ie

    i have changed the important! bit of css to max width of 20%, but the boxes are still dropping

    i have entered the code in the styleshhet correctly, so there shouldn't be any confilcts at all


  4. #14
    Join Date
    Sep 2006
    Location
    North Devon, England, UK
    Posts
    289
    Plugin Contributions
    0

    Default Re: Featured Products - border round product

    I have now upgraded to IE 7 and the box problem is sorted, only problem is there will still be a problem in IE 6

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Featured Products Border
    By wallacrj in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Aug 2010, 12:36 AM
  2. CSS How DO I Put a Border Round Special Listings Images?
    By limelites in forum General Questions
    Replies: 2
    Last Post: 10 Jun 2009, 01:30 PM
  3. Add border to Featured Products box
    By mattys in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 Jan 2008, 10:59 PM
  4. Adding Border Round Each Listing
    By metalarea in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Oct 2007, 08:31 PM
  5. Border around Featured Product Images
    By guscott in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Aug 2006, 12:44 AM

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