Static Background, Moveable Text

L

Ladybug

Good Morning,

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

Thanks so much,

LadyBug
 
J

Jon Spivey

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

Cheers,
Jon
 
Top