snippets / imagereplacement

All snippets tagged imagereplacement (1)

  1. Technique de remplacement d'image

    Pour appliquer ce snippet, il faut changer les tailles HEIGHT_OF_IMAGE pour une valeur en px qui correspond à la hauteur de l'image, et également modifier l'URL de l'image.

    1 #ID_OF_ELEMENT {
    2 padding: HEIGHT_OF_IMAGEpx 0 0 0;
    3 overflow: hidden;
    4 background-image: url("hello_world.gif");
    5 background-repeat: no-repeat;
    6
    7 height: 0px !important;
    8 height /**/:HEIGHT_OF_IMAGEpx;
    9 }
    Posted by juliend2 to css css ie6 imagereplacement hack ... saved by 1 person ... 0 comments ... 6 months, 3 weeks
showing 10, 25, 50 items per pages

Pages : 1