The problem with backgrounds is that the images used will NOT resize to
fit the browser. They will tile if the browser portal is bigger than
the image, or the image will be cropped (usually bottom and right edges
removed) to fit if the browser is too small.
You can use CSS to stop the image tiling either vertically, horizontally
or both, but can do nothing about the cropping.
It ends up with you choosing the image size to fit whatever browsers
your users use - and you will have to use guesswork for the browser
portal size. And remember - there are significant numbers of users with
wide, high resolution screens whose browsers are only opened to 800x600.
For a picture - I would use 600x800 and use CSS to centre the image and
stop tiling.
Body {background:url(mainlyBluepicture.jpg) no-repeat center #000033}
This will center an image with no tiling and place a light blue
background colour around it, the colour should blend in with the edges
of the image if possible.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
"SCRUFF" <luvto@play> wrote in message
news:9cd2f$47c1d08f$422aaac6$18...@FUSE.NET:
"Ronx" <ron...@hotmail.com> wrote in message
news:3M2dnSJyKIgxDV_a...@pipex.net...
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
"SCRUFF" <luvto@play> wrote in message
news:73d65$47c2bb03$422aaac6$18...@FUSE.NET:
"Ronx" <ron...@hotmail.com> wrote in message
news:G5SdnUeHI_a4f1_a...@pipex.net...
Throughout the world broadband penetration is still low compared to that
in UK - even in US broadband penetration is less than in UK, in some
areas it is still practically non-existent.
50KB for the home page is good sense - loads quickly for ALL users to
gain interest, then following pages can be larger.
How you design your pages depends on your audience. If you KNOW your
audience has unlimited broadband, then go for the bloated pages with
uneccessary bells and whistles. Otherwise, design for the worst case -
the occasional user on dialup.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
"rfr" <rfro...@iw.net> wrote in message
news:hLWdnTPZg_5UE1Xa...@prairiewave.com: