|
Positioning of objects in CSS (with .asp include file)
I use CSS, HTML and one ASP command: SSI (therefore my file names are not .html but .asp)
I've made a template file that shows my navigation menu (left side) and banner (top) and I'm including it in every .asp page
I want to present the main content(which is always from different .asp) in the middle while the navigation menu will be in the left and banner will be on top.
What happens is that the main content is shown below the navigation menu.
I know how to fix it with absolute positioning (also with %)
But then if I change the size of my window or screen resolution it's not shown correctly.
How can I put my main content in a specific place with consideration of screen resolution and browser window size?
|