Posted by Peterken on 12/11/05 19:22
"PJB" <pjb2@canadaSTOPSPAM.com> wrote in message
news:5dKdnSxXhY4dywHeRVn-iQ@rogers.com...
> Is there a way to define the size of a page's background image
> so it spans 100% of any screen? Depending upon the computer
> and screen resolution, my background images do not always fill
> the screen. My default design resolution has been 800 X 600 but
> on a wide-screen laptop at a higher resolution, this looks like a
> design error (see www.pjbird.com). Currently, I set my text formatting
> to span only 800 pixels but would like the background image to fill
> the page.
>
> Should I reformat my images to a larger dimension?
> Is there an HTML command to set the image width to span 100% of
> the screen (like a table option)?
> Should I use a layer tag or other option?
>
> My use and knowledge of HTML is limited so any insights would help.
> Note the following tag (I am not using CSS but have during various design
> phases):
>
> <body text="#ff9900" link="#FF9900" vlink="#0099FF" Style=
> "margin-top:20px; margin-left:20px;
> background-image:url('Damsel_fly.JPG');
> background-repeat: no-repeat">
>
> PJB
>
only way I know of is using JS....
but then users with JS disabled don't have the advantage
several can be found just googling for it
[Back to original message]
|