Is there any way to set the scroll position to a default value?
I know how to do it in javascript, for example with jquery:
$("div#divWithScroll").attr("scrollTop",200);
But I wanted to do it with css only, I have no idea if it is possible.
Is there any way to set the scroll position to a default value?
I know how to do it in javascript, for example with jquery:
$("div#divWithScroll").attr("scrollTop",200);
But I wanted to do it with css only, I have no idea if it is possible.
It's not really a "style" issue, so it's not something that CSS would cover.