Hello World,
I have a background image on my web page that is displayed perfect in several browsers on my WinXP box. However, it is not visible using any of the following on my Linux (Mandrake 9.1) box:
FireFox 1.0.1
Mozilla 1.3
Konquerer 3.1.0
The Linux browsers even allow me to Download the image/file but refuse to display it. I view it locally and it is blank/white just as it is on the .html!
The image is PNG-24 and my Linux screen res is 800X600 24bit. I dont think that is the problem as I view any other graphics just fine.
Here is my CSS:
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
}
body {
background-image: url('ThinAirBG.png');
}
-->
</style>
I have checked my options/settings and dont see what ever is holding me back. I am a Linux n00b though!
<!-- m --><a class="postlink" href="http://kyrs.org/descriptions/AroundtheWorld.html">http://kyrs.org/descriptions/AroundtheWorld.html</a><!-- m -->
I've also attached the file...
Any ideas?
TIACurious. It works fine on my Mandrake 10.0 box in both Firefox and Konqueror.
Perhaps you might have a problem with libpng (<!-- m --><a class="postlink" href="http://www.libpng.org/pub/png/libpng.html">http://www.libpng.org/pub/png/libpng.html</a><!-- m -->)?
AdamThanks for your response Adam. I have read a bit and find that there was a security advisory made about libpng for Mandrake 9.1,9.2,10.0 way back when, advising updating to 1.2.5; with the current version being 1.2.8. I have Download ed the update but do not know how to go about updating; would you be kind enough to post the command(s) I should use. I get rusty when I'm not consistantly working with Linux. I have looked around and cannot find these instructions.
I still can't find the official Mandrake RPM page; I know that sounds pathetic but I can't. I can see the devolopers RPM page, I can Download the OS, but short of that it's sourceforge or rpmfind for me so far. And I must say, not too impressed with the later.
Thanks again,
Kevin
I have a background image on my web page that is displayed perfect in several browsers on my WinXP box. However, it is not visible using any of the following on my Linux (Mandrake 9.1) box:
FireFox 1.0.1
Mozilla 1.3
Konquerer 3.1.0
The Linux browsers even allow me to Download the image/file but refuse to display it. I view it locally and it is blank/white just as it is on the .html!
The image is PNG-24 and my Linux screen res is 800X600 24bit. I dont think that is the problem as I view any other graphics just fine.
Here is my CSS:
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
}
body {
background-image: url('ThinAirBG.png');
}
-->
</style>
I have checked my options/settings and dont see what ever is holding me back. I am a Linux n00b though!
<!-- m --><a class="postlink" href="http://kyrs.org/descriptions/AroundtheWorld.html">http://kyrs.org/descriptions/AroundtheWorld.html</a><!-- m -->
I've also attached the file...
Any ideas?
TIACurious. It works fine on my Mandrake 10.0 box in both Firefox and Konqueror.
Perhaps you might have a problem with libpng (<!-- m --><a class="postlink" href="http://www.libpng.org/pub/png/libpng.html">http://www.libpng.org/pub/png/libpng.html</a><!-- m -->)?
AdamThanks for your response Adam. I have read a bit and find that there was a security advisory made about libpng for Mandrake 9.1,9.2,10.0 way back when, advising updating to 1.2.5; with the current version being 1.2.8. I have Download ed the update but do not know how to go about updating; would you be kind enough to post the command(s) I should use. I get rusty when I'm not consistantly working with Linux. I have looked around and cannot find these instructions.
I still can't find the official Mandrake RPM page; I know that sounds pathetic but I can't. I can see the devolopers RPM page, I can Download the OS, but short of that it's sourceforge or rpmfind for me so far. And I must say, not too impressed with the later.
Thanks again,
Kevin