> I want it to load quickly and if I drop the resolution down it
> loses the crispness. Being an artist, he's not pleased with that. I've
> tried using % and em in the css file to get the image a bit smaller, but
> it gets all messed up when I do. The main image is 1024 wide and it
> probably needs to be more like 1000 or even 960 to fit width wise.
> Any suggestions? Would this be best asked on the WD list?
>
You might get a wider variety of answers on WD, but since this is CSS-D here's
a CSS answer.
A URL would help (as always), but what if you leave the image as one big
thing, set as a background image on the body, with a position of center
center?
body {
background: url('some/url.jpg') #color no-repeat center center;
}
It won't load quickly, but specifying the color will make it less painful to
wait for. the color will show up until the image has finished loading, and
would work well if the background is predominantly one color.
center positioning the background (which may be the default, so you wouldn't
need to specify it) would let the page shrink, and just chop off the extra
background.
Just a thought, and depending on the background, may not work at all.
---Tim
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/