text scrolling on background

  • Thread starter Thread starter KBK
  • Start date Start date
K

KBK

I am using front page 2003 and I need to know how to make my text
scroll on my background picture.
Please someone help.
Getting very upset here.
 
Hi,
try this
<style type="text/css">
body{
background: #fff url(pic.gif) fixed center no-repeat;
}
</style>

I think it will do what you want

Jon
Microsoft MVP - FP
 
Back
Top