Static Background, Moveable Text

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

Guest

Good Morning,

How do I in FP 2003, create a static background for my website, but have the
text "move".

Thanks so much,

LadyBug
 
Hi,
You can use some CSS for this
body{
background: url(Images/Background.gif) fixed no-repeat;
}

Cheers,
Jon
 
Back
Top