At 12:40 23/12/02 -0500, you wrote:
On 2002-12-23 many people:
>
>
Talked about png images and web browser compatibility

please try this on your browsers

<html>
<head></head>
<body bgColor="blue">
<!-- This DIV is the target container for the image. -->
<DIV ID="oDiv" STYLE="position:absolute; left:140px; height:400; width:400;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='put_here_a_png', sizingMethod='scale');" >
</DIV>
<br><br><br><br><br><br>
<br><br><br><br><br><br>
<br><br><br><br><br><br>
<br><br><br><br><br>

<IMG SRC="put_here_a_png" WIDTH="" HEIGHT="" BORDER=0 ALT="">
</body>
</html>

the first image is a png and is visible with IE 6.0.2800 at least including the alpha transparency. I do not know about the other versions. but it is not visible with mozzila 1.0.1

the second is visible on both but the alpha transparency works only with mozzila of course

Is there a way to tell the browser, if it is IE do that if it is mozzila do this, if it is other do another thing. if possible in css and not javascript ?


Happy holiday

Philippe

_______________________________________________
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Reply via email to