Posts: 1,832
Location: Somewhere else entirely
|
For the background of the page or the background image of a div/table cell etc, you can give it the CSS property:
Code:
{ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='image', src='images/pics6.png'); }
For an img tag, do the same, but replace the actual image with an entirely transparent gif image (or 8-bit transparent PNG which ie does support).
Have a look at the photo gallery page on my website for an example of this. Each gallery thumbnail is a png image - have a look at the HTML source for the page and you'll see the CSS involved and the transparent image.
Make sure you do this with ie or else my site will detect you are using FF and give you a normal set of png images!
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';
Please login or register to view this content. Registration is FREE (aka MSN handwriting for forums)
|