a scrolling field in front of a stable background.
how make scrollable field in front of stable background. looking make page has pics , text on top of stable background. background gradient seems easier making long page make gradient appear weird.
in css use this:
body {
background-image: url('your_image.gif');
background-attachment: fixed;
}
to see example:
http://www.w3schools.com/css/tryit.asp?filename=trycss_background-attachment
--nancy o.
alt-web design & publishing
www.alt-web.com
"shadowrelm" <webforumsuser@macromedia.com> wrote in message
news:fo29om$8nd$1@forums.macromedia.com...
> how make scrollable field in front of stable background.
> looking make page has pics , text on top of stable
background.
> background gradient seems easier making
long
> page make gradient appear weird.
>
body {
background-image: url('your_image.gif');
background-attachment: fixed;
}
to see example:
http://www.w3schools.com/css/tryit.asp?filename=trycss_background-attachment
--nancy o.
alt-web design & publishing
www.alt-web.com
"shadowrelm" <webforumsuser@macromedia.com> wrote in message
news:fo29om$8nd$1@forums.macromedia.com...
> how make scrollable field in front of stable background.
> looking make page has pics , text on top of stable
background.
> background gradient seems easier making
long
> page make gradient appear weird.
>
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment