Good afternoon..
I'm starting a creation of a new website in dnn,
in a pure css layout.. i started with the html code, and found some
doubts, if someone can help me.. you can see the structure that i want
here.
I start making the follow code, but i dont have to sure.. inst working like i want..
< div id="wrap" >
< div id="logo">< /div >
< div id="bar">< /div >
< div id="mainmenu">< /div >
< div id="contentholder">
< div id="content">
< div id="contentpane" runat="server" visible="false">< /div >
< div id="convholder" >
< div id="convone" runat="server" visible="false">< /div >
< div id="convthree" runat="server" visible="false">< /div >
< /div >
< div id="convtwo" runat="server" visible="false" >< /div >
< div id="convfour" runat="server" visible="false" >< /div >
< /div >
< /div >
< div id="sidebar" >
< div id="rightpane" runat="server" visible="false" >< /div >
< /div >
< /div >
< div id="footer" >< /div >
< /div >
If someone know a good way to i create that structure and can help me, i will really apreciate..
Thanks a lot
Jorge