Does anybody know how to anchor a frame so that it stays in the same position no matter how the end user changes their browser size???
I have a page that is in pre-production now, that has a main and navigation frame. the main frame stays exactly where I have set it. Yet the Navigation frame, that is at the bottom of the page will adjust with the bottom of the browser.
If you use 'noresize' and define the size of the frame in percent, the frame will stay where it was meant to be, no matter what resolution it is showed on.
You should set it at 'noresize' but you should definy in PIXEL and not in percent...
To make this clear: when you have a table put at 90% it will get smaller if you resize the window (make it smaller) if it's set at 90 pixel it will always stay the same.
Bookmarks