Quote:
Originally Posted by LeadMagnet
Don't use jpeg in this case. Jpeg is made for images with many different colours, such as photographs.
When you have such flat colours (i'm talking about the circle background btw) use either gif or png, otherwise you'll see the jpeg artefacts way too clearly like you can right now.
Jpeg file size increases more with increased dimensions than colour count,
PNG and GIF file size increases more with colour count than dimensions. The less colour you have, the increased likelihood that GIF or PNG is more suitable.
*edit* A very common mistake i see people making is using JPG for everything on their site, such as in your case, you also used it for your navigation buttons and i can see the bleeding around the edge of the text. It makes the text look a bit blurry.
|
Ar... thanks for that. I didnt know that. Will change them to gifs of pngs then ;) I wondered why the text was a bit blurry.
:)