Bob
Thu Nov 18 17:49:59 CST 2004
Seems like an impossible task. Consider different screen resolutions,
different browsers, and even the different amount of space available for the
same browser and screen resolution. Many (most?) pictures would look funny
if you stretched them in one direction more than the other. I suggest you
size your picture for one particular screen resolution/browser and repeat it
just once. Perhaps you can add a nice complimentary background color which
would be visible only for those users with more screen turf to cover than
your picture.
"Fred Mullen" <flmullen@ssnet.com> wrote in message
news:10pq5sr2ons1s69@corp.supernews.com...
> Hi Murray,
>
> Thanks for the responses on these questions. I've been experiementing
> quite a bit with what you've said and I can only make it woik after a
> fashion. Your code does, indeed, stop the tiling but the picture (whether
> full background or table) only fills a portion of the background. I need
> to keep increasing the size of the picture to fill most of the background.
> This seems like it would put me back to Stefan's suggestion. Is there a
> way to both stop the tiling and stretch the picture so it fills or is it
> necessary to keep experimenting with the size of the picture?
>
> Fred
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:OWKFR9KzEHA.3708@TK2MSFTNGP14.phx.gbl...
>> Samo, samo.
>>
>> <anytag> { background-repeat:repeat | no-repeat | repeat-x | repeat-y; }
>>
>> woiks like a champ.
>>
>> --
>> Murray
>>
>> "Tom Pepper Willett" <tompepper@mvps.org> wrote in message
>> news:OctWRcKzEHA.2012@TK2MSFTNGP15.phx.gbl...
>>> Murray: How about if you want to do this for a table background?
>>> --
>>> ===
>>> Tom "Pepper" Willett
>>> Microsoft MVP - FrontPage
>>> ---
>>> About FrontPage 2003:
>>>
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
>>> FrontPage 2003 Product Information:
>>>
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
>>> Understanding FrontPage:
>>>
http://msdn.microsoft.com/office/understanding/frontpage/
>>> FrontPage 2002 Server Extensions Support Center:
>>>
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
>>> ===
>>> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
>>> news:Okn$CDKzEHA.3656@TK2MSFTNGP09.phx.gbl...
>>> | You can use CSS to control the tiling of any background image. To
>>> keep
>>> your
>>> | page's background image from tiling, use this CSS -
>>> |
>>> | <style type="text/css">
>>> | <!--
>>> | body { background-repeat:no-repeat; }
>>> | -->
>>> | </style>
>>> |
>>> | Making your background image as large as Stefan recommends is usually
>>> not
>>> | the best approach to such problems - it's more like using a
>>> sledgehammer
>>> to
>>> | kill a fly, doncha know?
>>> |
>>> | --
>>> | Murray
>>> |
>>> | "Fred Mullen" <flmullen@ssnet.com> wrote in message
>>> | news:10plhl9pse8d9c@corp.supernews.com...
>>> | >I would like to add a jpg to a page property without the graphic
>>> being
>>> | >tiled. I would like the picture to fill the background without
>>> repeating.
>>> | >Is there a way to do this with FP 2003?
>>> | >
>>> | > Thanks,
>>> | > Fred
>>> | >
>>> |
>>> |
>>>
>>>
>>
>>
>
>