Posts: 457
Name: Randy
Location: Northern Wisconsin
|
Quote:
|
I need it to be as if it is part of the layout
|
These statements kind of contradict each other?
You can use position:absolute; This will remove it from the "flow" but it will still scroll with the page. Keep in mind this will place the image literally "over" your content.
|