Is it possible to load a html page in Firefox and make it go to a certain point as we can do in IE using # at the end of the url ?
Using CSS, couldn't you use padding or margins on your BODY tag to offset the page the desired number of pixels?
your question is unclear, if your talking about loading a page then having it load so that it goes down to a certain point you have to do something like: <a href="http://www.thesite.com/#placetoload/">The Site Load</a> If your talking about physically have the page shift left right up or down but not in the fashion internal links do, then either use padding on the body, or surround everything on the page with a table and pad that.
After reading my question I agree that it wasnt clear. In fact I was wondering if it was possible to load a page in Firefox and make it go to a certain point as we can do in IE using #...
yes just format it like i did in the previous example. it works. I have personally done it. it loads the page then the internal anchor.