website - Fluid layout pattern creation for webpages -


I would like to place each page on my site in the form of a skeleton structure. Based on the user-selected template ( saved option / default CSS ) as page change

I am planning to use or use the CSS framework for layout handling. / P>

I am a newbie for CSS and layouts. The best example for my requirement would be how it is done / on. I am looking for advice so that I can learn this fast and can apply it in iterations.

Is the best way to solve such design problems? I'm sure it requires creative turning, but by now I want to take a drastic approach so that I can make it my own solution I can use it for.

  & lt; Div id = "container" & gt; & Lt; Div id = "header" & gt; & Lt; / Div & gt; & Lt; Div id = "navigation" & gt; & Lt; / Div & gt; & Lt; Div id = "sidebar" & gt; & Lt; / Div & gt; & Lt; Div id = "content" & gt; & Lt; / Div & gt; & Lt; Div id = "footer" & gt; & Lt; / Div & gt; & Lt; / Div & gt;  

This can help.


Comments