|
Posted by dorayme on 12/27/06 20:48
In article <4591cd93@news.acsalaska.net>,
"Jeff Bowman" <write.to.me@my.address.com> wrote:
>
> "Bergamot" <bergamot@visi.com> wrote in message
> news:4v5635F1ak9dqU1@mid.individual.net...
> > About the best you can do is anchor the image to either the top or
> > bottom corner and repeat-x. Set the background color so that it blends
> > with wherever the gradient color leaves off.
>
> Yep, turns out that's how I'm going to handle that particular issue, except
> I'll to fade into the background color using PNG transparency. How do you
> mean 'anchor'? Could you provide a quick sample snippet?
When Bergamot is on hols, I am his official spokesmartian:
If you do nothing, the background image starts at top left of
whatever box it is in. If you want you can also "anchor" it there
officially or elsewhere with:
background-position: numberUnit numberUnit
"If a background image has been specified, this property
specifies its initial position." Bottom left eg. could be "0%
100%"
For more on units and shortcut keywords:
<http://www.w3.org/TR/CSS21/colors.html#propdef-background-positio
n>
--
dorayme
Navigation:
[Reply to this message]
|