Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

Absolute positioning of images

Jun 2, 2007 3:59PM PDT

I have seen sites where some content is always in a fixed location when scrolling. For example an image that always remains at set coordinates when the rest of the page moves.

Can this be done editing html code in dreamweaver 8 and if so, how?
Thanks.

Discussion is locked

- Collapse -
Re: absolute positioning
Jun 2, 2007 7:48PM PDT

Seems like the absolute positioning feature offered by CSS. I think this can be coded in Dreamweaver also, althougy I don't know that program. If the GUI doesn't offer a checkbox or so, you'll have to delve into the code.

See http://www.w3schools.com/css/pr_class_position.asp

Kees

- Collapse -
Fixed and absolture positioning
Jun 4, 2007 10:51AM PDT

Thank you. I will visit the site you told me about and see what I can do.