views:

705

answers:

2

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.

+2  A: 

No, there's no way to do that in CSS. Sorry!

RichieHindle
mmm ok u get the accepted then for being the faster to reply
fmsf
+1  A: 

It's not really a "style" issue, so it's not something that CSS would cover.

Evan Meagher
plus one for both :)
fmsf