Ok, all the badmouthing about frames leads me to this question...
I'm designing a web based application, for which I'd rather not use frames.
However, I want consistent navigation from page to page, which is always on the screen.
Do to the nature of the application, and its many different deployment environments, I can't guarantee (though I'll try) that there will be no vertical scrolling in the main document.
What are my other alternatives? I could make the main page an iFrame right (are there browser limitations there?)? Anything else? I don't want to get into anything too complicated and which works on this browser but not that one etc... I'm aiming for full functionallity in Mozilla, but for the app to be completely usable in IE (as in you might have to use the submit button instead of the doubleClick in IE, but either way you're supported)
Obviouslly a table based approach fails here, is there a CSS alternative which would succeed?
Thanks,
Rob
I'm designing a web based application, for which I'd rather not use frames.
However, I want consistent navigation from page to page, which is always on the screen.
Do to the nature of the application, and its many different deployment environments, I can't guarantee (though I'll try) that there will be no vertical scrolling in the main document.
What are my other alternatives? I could make the main page an iFrame right (are there browser limitations there?)? Anything else? I don't want to get into anything too complicated and which works on this browser but not that one etc... I'm aiming for full functionallity in Mozilla, but for the app to be completely usable in IE (as in you might have to use the submit button instead of the doubleClick in IE, but either way you're supported)
Obviouslly a table based approach fails here, is there a CSS alternative which would succeed?
Thanks,
Rob