Is it possible to modify a page's CSS using jQuery (not element but global css)?
For example I have a CSS entery of:
.page.left {
top: -100%;
}
in my main stylesheet and I would like to modify it in runtime to top: -50% is it possible? again, it may be that this style may or may not been applied to any elements...
??
Thanks,
Sean.