Image not showing in IE but is showing in Mozilla - Odd - graphics

If you look at this link: http://www.internetworld.co.uk/g/2010/ExhibLogos/ExhibID_137_Graphic1.jpg.
In IE8, it doesn't show. In Mozilla it does. I have no idea as to what would cause this issue as this is just a bog standard jpg. This is also happening for other companies other than ourselves on the same site. Can anyone shed any light on it for me?
Thanks in advance.

Is it a CMYK JPEG? IE still can't read them. Convert it to RGB and all should be well in the world.

Just a guess, but your colorspace is likely something that is not supported by IE 8.
Hope this helps...

Related

Small icons in ParaView, Surface pro 6 Linux

I am new to Linux. I am running Linux in surface pro 6, the display resolution and everything is good except Paraview. I tried to change some settings in ParaView and font size was better now but the icons in the GUI were too small. I came through some posts in the Gitlab, but none of them is clear to a newbie. Can someone help me with this with a clear solution, please?
Thanks in advance.enter image description here
By Mathieu Westphal
Bug in Qt, work around is : QT_AUTO_SCREEN_SCALE_FACTOR=0 ./bin/paraview
https://gitlab.kitware.com/paraview/paraview/issues/19751

How do I change the ParameterTree font size?

I'm working on a PyQt4 GUI. My issue is that it looks very different when I run the code from windows or linux. I think the main reason is the difference in default font size between platforms. With that in mind, I wanted to change the font size of the pyqtgraph's ParameterTree. How can I do that?
If you have a more general answer that could help solving all the differences, it would be greatly appreciated.

Internet Explorer 6 PNG Fix for background images

Does anyone know a working PNG transparency fix for IE6 that also works on background images (of divs)? All that I tried (over 5) do not fix background images consistently. Adobe Browser Lab shows it's fixed but the target browsers still get that bluish transparency.
Thank you.
Have you tried this one?
http://www.twinhelix.com/css/iepngfix/

Antialias font-face embedded text in Windows?

Is there any way to make the fonts render as anti aliased in Windows, when using font-face embedding?
http://code.google.com/webfonts looks much better on Ubuntu/Mac, as compared to Windows 7 (tried chrome/firefox)
I just found a great solution for this old problem. If you serve the svg format of your font before woff, Chrome on windows will anti-alias and render your font properly.
I'm using this technique on my demo page here. You can see the headers and the icon fonts are all smooth and properly anti-aliased.
above recommendations to turn on cleartype are sadly incorrect. Cleartype makes embedded fonts jagged – turning clertype OFF makes them smooth. i don't know why this is, but it sure is frustrating.
This should force Chrome on Windows to anti-alias:
-webkit-transform: rotate(-0.05deg);
I'm not aware of any solution for Firefox.
Ensure you've got clear-type turned on. Thats-anti aliasing for your windows.
Looks like there's no Anti-aliasing present for embedded fonts in any version of Windows yet.
have you tried the css3 font smoothing
font-smooth: auto | never | always | <absolute-size> | length | initial | inherit

Transparent background png image issue in IE6

background image of type PNG is not transparent in ie6
See these posts
IE6 PNG transparency
How to use semi-transparent png images in IE6
This is a known issue in IE6: Transparent PNGs are only supported with some hacks.
This is a well-know bug. There are several workarounds, e.g. you can try using Google's ie7-js library.
I think you should definitely check the JQuery plugin called Supersleight, created by the guys on All In The Head & 24 Ways. They fixed some problems that comes with using AlphaImageLoader on IE6. From the 24 Ways page:
Works with both inline and background images, replacing the need for both sleight and bgsleight
Will automatically apply position: relative to links and form fields if they don’t already have position set. (Can be disabled.)
Can be run on the entire document, or just a selected part where you know the PNGs are. This is better for performance.
Detects background images set to no-repeat and sets the scaleMode to crop rather than scale.
The last one is the most important! Here are the links:
http://allinthehead.com/retro/338/supersleight-jquery-plugin
http://24ways.org/2007/supersleight-transparent-png-in-ie6
I had an issue once about png transparency in ie6 and what saved me was this:
http://allinthehead.com/retro/338/supersleight-jquery-plugin
hope it help.

Resources