Y
Hacker News
new
|
ask
|
show
|
jobs
by
niekmaas
5082 days ago
Why is there need for a plugin to do this? Why not use CSS: position: fixed?
1 comments
eli
5082 days ago
"
The problem with a simply "fixed" positioned element is that it doesn't react well to a scroll or window resize. In many cases the sidebar will overlap elements such as the footer or content area. Generally this is not the intended effect.
"
link