Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorsherman
    • CommentTimeMar 26th 2010
     permalink
    These are very important.....but do they work in Internet Explorer 7+? if not, are there any other ways to acheive the same effect???

    Please help...I am at the cross roads of the CSS phase, it's important things like these which I need to be more confident about the way css functions.

    Thanks a Million.
    •  
      CommentAuthorTetsuo
    • CommentTimeApr 11th 2010
     permalink
    They do. It's for IE 6 that they don't work, however.

    For that, you can still use a popular hack that works just fine:
    http://www.dustindiaz.com/min-height-fast-hack/
    • CommentAuthorzukilover
    • CommentTimeMay 23rd 2010
     permalink
    you can do this for all IE version with CSS expression:

    width: expression(this.width > 400 ? 400: true);

    that's the same as:
    max-width: 400px
Add your comments
    Username Password
  • Format comments as (Help)