![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
a scrolling field in front of a stable background.
How do you make a scrollable field in front of a stable background. I am
looking to make a page that has pics and text on top of a stable background. As the background is a gradient it seems easier than just making a really long page that would make the gradient appear weird. |
|
|||
|
Re: a scrolling field in front of a stable background.
On Feb 2, 6:37 pm, "shadowrelm" <webforumsu...@macromedia.com> wrote:
> How do you make a scrollable field in front of a stable background. I am > looking to make a page that has pics and text on top of a stable background. > As the background is a gradient it seems easier than just making a really long > page that would make the gradient appear weird. If you create a div 500x300 or whatever, then in the css properties / positioning / overflow and change it to auto or scroll. hope that helps |
|
|||
|
Re: a scrolling field in front of a stable background.
In your CSS use this:
body { background-image: url('your_image.gif'); background-attachment: fixed; } to see an example: http://www.w3schools.com/css/tryit.a...und-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 do you make a scrollable field in front of a stable background. I am > looking to make a page that has pics and text on top of a stable background. > As the background is a gradient it seems easier than just making a really long > page that would make the gradient appear weird. > |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|