Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Fixed Element (Div) Re: Fixed Element (Div)

#56721
apostrophe
Participant

Here you go:

Code:
#corner {
height:250px;
overflow:auto;
position:absolute;
top:0;
right:0;
width:250px;
z-index:1;
}