PC Review


Reply
Thread Tools Rate Thread

BG image not fully showing

 
 
=?Utf-8?B?U3VtbWFyYWg=?=
Guest
Posts: n/a
 
      24th Mar 2005
Hi. I am creating a web site that uses a JPEG as a background. In my photo
editor, it looks fine -- it's the right height and width for the web page.
But when I use it as the bg image in FP2002, the bottom is cut off and the
scroll bar is disabled. I have been at it for hours now, trying this and
that, and just when I think I've got it all figured out ...

Any and all help would be greatly appreciated.
Frustrated and tired!
 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      24th Mar 2005
A BG image will not "shrink" or "stretch" to fit the screen
- you have no control over it
(depends on the user screen resolution and browser window size)

Resize your image in an image editor
- note that it will tile on larger screens
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Summarah" <(E-Mail Removed)> wrote in message news:28EE2E3D-64EE-4D37-B755-(E-Mail Removed)...
| Hi. I am creating a web site that uses a JPEG as a background. In my photo
| editor, it looks fine -- it's the right height and width for the web page.
| But when I use it as the bg image in FP2002, the bottom is cut off and the
| scroll bar is disabled. I have been at it for hours now, trying this and
| that, and just when I think I've got it all figured out ...
|
| Any and all help would be greatly appreciated.
| Frustrated and tired!


 
Reply With Quote
 
=?Utf-8?B?U3VtbWFyYWg=?=
Guest
Posts: n/a
 
      24th Mar 2005
It's already the right size for the web. The problem is that it's just a
little "taller" than the FP2002 normal and preview windows, but there's no
option to scroll down to see the bottom of it. And when I preview in the
browser, it's the same. I've tried it as a watermark and not. I've tried
inserting as a picture w/ absolute positioning. I've tried inserting a table
over it, but it repeats. I've tried CSS formatting specifically for the
background (because I'm not very familiar with CSS yet) inserted in the
header as (but surely there must be some HTML to accomplish the same thing):

<style type="text/css">
body
{
background-image:
url('my_image.jpg');
background-repeat:
no-repeat;
background-position:
center;
}
</style>
 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      24th Mar 2005
There isn't a "right size" for the web, where background images are
concerned. There may be a "right size" for your browser, but your
browser and my browser - along with thousands of others - are opened
at different sizes. You've already found that the FrontPage normal
and preview "browsers" [and they are browsers - just not very
conventional] are the wrong size for your image (or is your image the
wrong size for those "browsers"?)
If the whole of the image must be seen, without tiling, the best
solution is to size the image at 500px wide by 400px high, and use CSS
to centre it in the browser viewport, as you have done. (Most, but
not all, browsers are opened to at least this size. I usually design
for a browser opened to 760px by 425px of viewable space, AKA
800x600.)

The scroll bar will only be active when content on your page
(background images are not content) requires it.

--
Ron Symonds
Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

"Summarah" <(E-Mail Removed)> wrote in message
news99E9981-B084-4AAB-B1A5-(E-Mail Removed)...
> It's already the right size for the web. The problem is that it's
> just a
> little "taller" than the FP2002 normal and preview windows, but
> there's no
> option to scroll down to see the bottom of it. And when I preview in
> the
> browser, it's the same. I've tried it as a watermark and not. I've
> tried
> inserting as a picture w/ absolute positioning. I've tried inserting
> a table
> over it, but it repeats. I've tried CSS formatting specifically for
> the
> background (because I'm not very familiar with CSS yet) inserted in
> the
> header as (but surely there must be some HTML to accomplish the same
> thing):
>
> <style type="text/css">
> body
> {
> background-image:
> url('my_image.jpg');
> background-repeat:
> no-repeat;
> background-position:
> center;
> }
> </style>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      24th Mar 2005
Your thinking about page sizes is flawed. Read this -

http://www.thepattysite.com/window_sizes1.cfm

--
Murray
============

"Summarah" <(E-Mail Removed)> wrote in message
news99E9981-B084-4AAB-B1A5-(E-Mail Removed)...
> It's already the right size for the web. The problem is that it's just a
> little "taller" than the FP2002 normal and preview windows, but there's no
> option to scroll down to see the bottom of it. And when I preview in the
> browser, it's the same. I've tried it as a watermark and not. I've tried
> inserting as a picture w/ absolute positioning. I've tried inserting a
> table
> over it, but it repeats. I've tried CSS formatting specifically for the
> background (because I'm not very familiar with CSS yet) inserted in the
> header as (but surely there must be some HTML to accomplish the same
> thing):
>
> <style type="text/css">
> body
> {
> background-image:
> url('my_image.jpg');
> background-repeat:
> no-repeat;
> background-position:
> center;
> }
> </style>



 
Reply With Quote
 
=?Utf-8?B?U3VtbWFyYWg=?=
Guest
Posts: n/a
 
      26th Mar 2005
Thanks, guys. I guess I'm a bit rusty. I haven't used FP in over a year. Got
some catching up to do.

"Murray" wrote:

> Your thinking about page sizes is flawed. Read this -
>
> http://www.thepattysite.com/window_sizes1.cfm
>
> --
> Murray
> ============
>
> "Summarah" <(E-Mail Removed)> wrote in message
> news99E9981-B084-4AAB-B1A5-(E-Mail Removed)...
> > It's already the right size for the web. The problem is that it's just a
> > little "taller" than the FP2002 normal and preview windows, but there's no
> > option to scroll down to see the bottom of it. And when I preview in the
> > browser, it's the same. I've tried it as a watermark and not. I've tried
> > inserting as a picture w/ absolute positioning. I've tried inserting a
> > table
> > over it, but it repeats. I've tried CSS formatting specifically for the
> > background (because I'm not very familiar with CSS yet) inserted in the
> > header as (but surely there must be some HTML to accomplish the same
> > thing):
> >
> > <style type="text/css">
> > body
> > {
> > background-image:
> > url('my_image.jpg');
> > background-repeat:
> > no-repeat;
> > background-position:
> > center;
> > }
> > </style>

>
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      26th Mar 2005
Good luck! There's lots of help here for you....

--
Murray
============

"Summarah" <(E-Mail Removed)> wrote in message
news:A0DB0699-0681-4094-BA06-(E-Mail Removed)...
> Thanks, guys. I guess I'm a bit rusty. I haven't used FP in over a year.
> Got
> some catching up to do.
>
> "Murray" wrote:
>
>> Your thinking about page sizes is flawed. Read this -
>>
>> http://www.thepattysite.com/window_sizes1.cfm
>>
>> --
>> Murray
>> ============
>>
>> "Summarah" <(E-Mail Removed)> wrote in message
>> news99E9981-B084-4AAB-B1A5-(E-Mail Removed)...
>> > It's already the right size for the web. The problem is that it's just
>> > a
>> > little "taller" than the FP2002 normal and preview windows, but there's
>> > no
>> > option to scroll down to see the bottom of it. And when I preview in
>> > the
>> > browser, it's the same. I've tried it as a watermark and not. I've
>> > tried
>> > inserting as a picture w/ absolute positioning. I've tried inserting a
>> > table
>> > over it, but it repeats. I've tried CSS formatting specifically for the
>> > background (because I'm not very familiar with CSS yet) inserted in the
>> > header as (but surely there must be some HTML to accomplish the same
>> > thing):
>> >
>> > <style type="text/css">
>> > body
>> > {
>> > background-image:
>> > url('my_image.jpg');
>> > background-repeat:
>> > no-repeat;
>> > background-position:
>> > center;
>> > }
>> > </style>

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
words no fully showing up chaos Windows XP General 1 5th Jan 2010 08:28 PM
User Controls not showing in ASP.NET page (described fully in msg) jonathan.beckett@gmail.com Microsoft Dot NET 3 3rd Aug 2006 04:23 PM
subreport not showing fully =?Utf-8?B?UGFtIEFtbW9uZA==?= Microsoft Access Reports 8 9th Aug 2004 07:06 PM
Some printers showing Fully Qualified Names? Rob McShinsky Microsoft Windows 2000 0 24th Mar 2004 02:23 PM
Some printers showing Fully Qualified Names? Rob McShinsky Microsoft Windows 2000 Printing 0 24th Mar 2004 02:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:24 AM.