msbutton
01-06-2007, 05:23 PM
First of all I apologize for being new to CSS sheets and most likely asking a question that is probably simplistic in nature.
I have a "Liquid" CSS that essentially works like a frame.
I have a header, left menu, footer, & main content.
I am trying to setup a standard for a bunch of groups and decided to learn more about CSS as it undoubtfully will help me.
So here is my dilemina - I have my header created and placed in a <DIV> tag, along with my Menu, Footer & content. I would like to setup a sheet/web page that will allow me to work like a frame. Therefore when the main/index page is opened it would load the header, footer, menu, main - this way each time I create a page for the content it does not have to be in one sheet.
Does any of this make sense :rolleyes: :rolleyes:
Currently I have my header, menu, footer, content (many various pages) all in one HTML page - I was hoping to seperate things - Currently all my content, header, footer, menu are all in one page seperated by <DIV> therefore want to know if i can set up something in the <DIV> to load specific pages (basically my three main ones).
I guess when I look at it I can have multiple pages, just link my menu to it all - but then If i update something in my menu or header/footer I have to update it on ALL pages - seems like a lot of work than...
I have a "Liquid" CSS that essentially works like a frame.
I have a header, left menu, footer, & main content.
I am trying to setup a standard for a bunch of groups and decided to learn more about CSS as it undoubtfully will help me.
So here is my dilemina - I have my header created and placed in a <DIV> tag, along with my Menu, Footer & content. I would like to setup a sheet/web page that will allow me to work like a frame. Therefore when the main/index page is opened it would load the header, footer, menu, main - this way each time I create a page for the content it does not have to be in one sheet.
Does any of this make sense :rolleyes: :rolleyes:
Currently I have my header, menu, footer, content (many various pages) all in one HTML page - I was hoping to seperate things - Currently all my content, header, footer, menu are all in one page seperated by <DIV> therefore want to know if i can set up something in the <DIV> to load specific pages (basically my three main ones).
I guess when I look at it I can have multiple pages, just link my menu to it all - but then If i update something in my menu or header/footer I have to update it on ALL pages - seems like a lot of work than...