Hi, I was thinking about really minimal in htm-markup theme for the CMS.

I want it to look like 3 column with content in the middle
and NO wrapper for the side columns, only CMS modules as they are.
like this:

+-------------------------------------------------+
|       header                                    |
+-------------------------------------------------+
+----------++------------------++-----------------+
|leftmodule||content           ||rightmodule      |
+----------+|                  |+-----------------+
+----------+|                  |+-----------------+
|another   +|                  ||another          |
|leftmodule||                  ||rightmodule      |
+----------++------------------++-----------------+

the html will look like
____________________________
<html>
<body>
<div id="header"></div>
<div id="content"></div>
 <div class="leftmodule"></div><div class="leftmodule"></div> (there might
be different amount of them, with different height, as they are dynamically
added by CMS)...
 <div class="rightmodule"></div><div class="rightmodule"></div>...
</body>
</html>
_____________________________

modules are fixed width, content might be fluid or fixed, it doesn't matter
really, but of course fluid with min/max widths enforced is desirable.
I want the content to be first in the code as it seems more semantically
correct.

I tried styling it with negative margins and floats, experimented with
relative positioning, but with little success

Have you seen layouts like this or can you advise solutions to implement it?

regards,
Yegor
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to