How to make background stationary but text scroll vertically

D

Dunnitbad

I want my background to be staionary and my text to scroll manually from top
to bottom
 
S

Steve Easton

assuming the background is an image, set your background as Watermarked in page
properties.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
T

Trevor L.

Or in CSS as background fixed
e.g.
body { background: url("images/xxx.jpg") fixed;}
 
C

chez

On your web page right hand click to choose 'page properties' > advanced tab,
on this page select 'body style' on the next page select 'format', then
choose 'borders' using the drop down, select the 'shading tab' down to
'background pictures' and select your picture (may already be there if you
selected else where), under that is 'repeat', choose your option here, and
under that is 'attachment', this is where your scroll options are.....good
luck

Chez
 
Top