Hi,
I know that an object of choice doesn't scroll if I have the css code like this:
But the object's x y position changes. I want to keep the position like it is in the html positioning. Or alternatively order it to a certain axis, how?
I know that an object of choice doesn't scroll if I have the css code like this:
CSS:
#Oobj172 { position: fixed; }
But the object's x y position changes. I want to keep the position like it is in the html positioning. Or alternatively order it to a certain axis, how?