Background image

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I place a background image so that it fits perfectly all round the widow with no scrolling and also so it doesn't tile?
 
You create a image that is as large as the highest resolution you expect
users to be using that will be visiting your web site, and then insert it as
a page background.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================


Alan said:
How can I place a background image so that it fits perfectly all round the
widow with no scrolling and also so it doesn't tile?
 
Hi Alan,
you can stop it tiling
<style type="text/css">
body{
background: url(pic.gif) fixed center no-repeat;
}
</style>
but to make it fit the window you'd have to make the image at least
1280*1024 in size - which would probably take an age to download.

Jon
Microsoft MVP - FP

Alan said:
How can I place a background image so that it fits perfectly all round the
widow with no scrolling and also so it doesn't tile?
 
What about a small image that I want at the bottom rightside of a table cell. The cell is set to 100% so that it expands and contracts based on the user's screen resolution. Is that possible?
 
Depends on cell content
Sometimes you can just set image alignment
Other times you need to split the cell

--




| What about a small image that I want at the bottom rightside of a table cell. The cell is set to 100% so that it expands and
contracts based on the user's screen resolution. Is that possible?
 
For IE only you could try applying it as a cell background image using a style to position it

Select the Cell & Cell Properties Style Format Border Shading Background and use the Patterns Section

--




| I'm sorry, I forgot to include the post in the thread prior to mine. I was referring to a background image. Is there any way to
have a small background image in a cell at the bottom rightside? The cell is big and located in the center of the page. It is
where most of the page content is placed. The image is small, but too small. I mean, it would look awkward in its own cell below
the content cell.
|
| ----- Stefan B Rusynko wrote: -----
|
| Depends on cell content
| Sometimes you can just set image alignment
| Other times you need to split the cell
|
| --
|
| _____________________________________________
| 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
| _____________________________________________
|
|
| | What about a small image that I want at the bottom rightside of a table cell. The cell is set to 100% so that it expands
and
| contracts based on the user's screen resolution. Is that possible?
|
|
|
 
That worked perfectly! Thanks a bunch! That is good only for IE? Sad. I wonder what it looks like in another browser. Does anyone know if there is a way to have it show the same in other browsers

----- Stefan B Rusynko wrote: ----

For IE only you could try applying it as a cell background image using a style to position i

Select the Cell & Cell Properties Style Format Border Shading Background and use the Patterns Sectio

--

____________________________________________
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.as
____________________________________________


| I'm sorry, I forgot to include the post in the thread prior to mine. I was referring to a background image. Is there any way t
have a small background image in a cell at the bottom rightside? The cell is big and located in the center of the page. It i
where most of the page content is placed. The image is small, but too small. I mean, it would look awkward in its own cell belo
the content cell

| ----- Stefan B Rusynko wrote: ----

| Depends on cell conten
| Sometimes you can just set image alignmen
| Other times you need to split the cel

| --

| ____________________________________________
| 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.as
| ____________________________________________


| | What about a small image that I want at the bottom rightside of a table cell. The cell is set to 100% so that it expand
an
| contracts based on the user's screen resolution. Is that possible
 
Back
Top