Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Posts
    32
    Plugin Contributions
    0

    Default Getting MSIE to acknowledge min-width

    Hi All,

    I'm currently working on customizing a template and I'm using a percentage for the width of mainWrapper and I also added min-width so the main part of the site isn't shrunk beyond what I want. However, as usual, Internet Explorer doesn't recognize min-width. I've found a tutorial that shows a way to trick IE into creating a min-width here:

    http://www.webreference.com/programming/min-width/

    However, I have no clue on how to add this trick to my custom template. I've tried a few combinations, but all have failed. If anyone has any advice, that'd be great.

    Thanks,
    J Silverman

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

    Default Re: Getting MSIE to acknowledge min-width

    Please refer to the following topic, the concept is similar although it's for the max. width. Some samll change may needed and please try it.
    Featured Products - border round product
    And in post #8, where's a section,

    Code:
    /* Columnar Cell width adjustment */ 
    /* decrease the cell's inner width to provide spaces for the added overhead */
    .centerBoxWrapper div /* #whatsNew div, #featuredProducts div, #specialsDefault div */ {
    	max-width: 30.5%; 
    }
    
    /* 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;	
    }

    And some more reference for the
    Min-Height Fast Hack

    Hope this helps.
    A New Starter again

 

 

Similar Threads

  1. MSIE 8.0 displays BLANK web site
    By kevinmc3 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 16 Nov 2008, 02:38 AM
  2. How do I get customers to acknowledge our Terms of service?
    By gl0balnetw0rks in forum General Questions
    Replies: 2
    Last Post: 30 May 2008, 07:25 PM
  3. Informationbox and MSIE
    By lexz in forum Basic Configuration
    Replies: 0
    Last Post: 24 Feb 2007, 04:05 PM

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