Hi, noob here,
I am making a site that will have a GUI skin. Greetings header, one column content body, navigation footer. Basically, my site, GUI skin, will look like a capital I.
One column with a <div> block element with "overflow: auto" so my lengthy text content can be scrolled within the skin's body.
My layout idea is fairly basic. Fluid width-fluid height. But both will have maximum settings. Cross-browser compatibility possible? On screens 800x600 and 1024x768, the height would be 100%, and the width about 40%. But screens greater than 1024 the width would be about 50% and height about 80%.
What I need to figure out is how to allow the skin's graphics, with its block element body and header/footer to vertically and horizontally expand or contract, depending upon the user's resolution.
The website Ultrashock.com behaves exactly as I would like my capital I to behave, except that site is frames, while mine is being made with css. Ultrashock's GUI stretches and shrinks, depending upon the screen resolution, and is always centered.
I have considered using % values, but I don't know how to apply them to the skin's graphics properly. I am still not sure how to slice the interface, awaiting how to figure out the above first.
jbonham
I am making a site that will have a GUI skin. Greetings header, one column content body, navigation footer. Basically, my site, GUI skin, will look like a capital I.
One column with a <div> block element with "overflow: auto" so my lengthy text content can be scrolled within the skin's body.
My layout idea is fairly basic. Fluid width-fluid height. But both will have maximum settings. Cross-browser compatibility possible? On screens 800x600 and 1024x768, the height would be 100%, and the width about 40%. But screens greater than 1024 the width would be about 50% and height about 80%.
What I need to figure out is how to allow the skin's graphics, with its block element body and header/footer to vertically and horizontally expand or contract, depending upon the user's resolution.
The website Ultrashock.com behaves exactly as I would like my capital I to behave, except that site is frames, while mine is being made with css. Ultrashock's GUI stretches and shrinks, depending upon the screen resolution, and is always centered.
I have considered using % values, but I don't know how to apply them to the skin's graphics properly. I am still not sure how to slice the interface, awaiting how to figure out the above first.
jbonham