|
d a v e -> RE: smoothing background images (1/11/2008 11:36:55)
|
how many different colours might the circle be? if they're within a certain range of contrast between it and the circle you might get away with a small amount of antialiasing against the average darkness/lightness and then you could make a circle anti-aliasing at say 400%, export it/save as a lossless bmp (bmp, tit, png 24) then open that and resize to 1/4 thus reducing the anti-alias effect to a small amount but still smoothing the circle edge otherwise do it all the other way round: have a white background set on that middle bit and a background image (with higher z index as a grey curve or whatever colour in your stylesheet and then it will always be perfectly antialiased. i would try for the first option as it's easier, thought that sort of curve is never going to look really smooth ;) or png with alpha transparency with the IE workaround hack thingy?? ... or do a different design ;) or , hang on, make a bg image with a white circle punched out of it and wide enough to accommodate anything but a cinema screen and use it as a fixed background on the <body> as a gif it shouldn't be too big and you can make several different colour ones to reference in the stylesheet
|
|
|
|