#header {
min-width: 640px;
width:80%;
background: url(path/to/jpg);<<---- mistake on previous post, sorry...
}

and having your image 1024px wide. If you leave out no-repeat then
you'll get nasty repeating of the image across the width of the page if
someone has a viewport wider than 1280px.. Using this you shouldn't need
to 'hack' much for IE 6 to behave unless the user's viewport is smaller
than 800px (because ie6 doesn't understand min-width).

Don't know how helpful I'm being :)

Cheers,
Rob

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to