Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

IE PNG FIX

Name: Anonymous 2007-07-30 10:29 ID:I9B7YMoc

Imagine a table based layout which contains 3 tr & 9 td where only one td is actual content but 8 other td are PNG images which represents borders. Well, the thing is some of these images are tiled or repeat-x and repeat-y and I couldn't find any working IE PNG FIX JavaScript or any other fix for that matter to fix this problem? See what I did there?

Any ideas on how to accomplish it?

Name: Anonymous 2007-08-01 3:21 ID:ODJ4VlRZ

All you fuckers don't know a shit, really. Found a workaround myself.

<!--[if lt IE 7]>
    <link rel="stylesheet" type="text/css" href="cornersie.css" />
<![endif]-->

Where:

#oneOfTheImage {
    width: 10px;
    height: 10px;
    background-image: url(img/cornersie/oneOfTheImage.png);
    background-repeat: no-repeat;
}

Where *.png is PNG-8 not PNG-24, but for all other browsers I still use PNG-24

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List