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.

    • CommentAuthoreminar.be
    • CommentTimeOct 25th 2010 edited
     permalink
    I have a problem getting a picture to show up the way I want it.

    The site can be found at http://www.eviwilmus.com/en/fashion

    It works fine in Firefox, Chrome, Opera, Safari, ...
    But in IE I can't get it to work.

    Maybe somebody is able to help me out?

    The CSS code for that functionality:

    #pics{
    display: block;
    position: fixed;
    height: auto;
    bottom: 0;
    top: 0;
    right: 0;
    left: 265px;
    margin-top: 120px;
    margin-bottom: 102px;
    }

    #pics img{
    display: block;
    image-rendering:optimizeQuality;
    -ms-interpolation-mode:bicubic;
    border: 4px solid #ffffff;
    height: 100%;
    }

    I know it's better to use position:absolute, but then it even doesn't work in FF, ...

    Thanks for your time!
Add your comments
    Username Password
  • Format comments as (Help)