SarcasticDwarf
Diamond Member
I made a picture!
The site I am referencing is in my sig. How it is done is there is an include for the header, footer, and left navigation. Each of these is defined in px (as I believe they need to be). The main viewing area is defined by a div tag in the CSS as px as well. Unfortunately, that wastes all the space there on higher resolutions. If I just define it as 100%, it uses 100% of the resoltion, so the width is 100%+px width of left nav.
Any ideas of a fix for this?
The site I am referencing is in my sig. How it is done is there is an include for the header, footer, and left navigation. Each of these is defined in px (as I believe they need to be). The main viewing area is defined by a div tag in the CSS as px as well. Unfortunately, that wastes all the space there on higher resolutions. If I just define it as 100%, it uses 100% of the resoltion, so the width is 100%+px width of left nav.
Any ideas of a fix for this?