Здравствуйте, Alexandr.
Вы писали 25 сентября 2007 г., 17:40:44:
AP> Hello, Vladimir.
AP> Для начала свяжитесь со мной , я Вам обьясню некоторые ошибки, так как
AP> Вы не учитываете некоторые аспекты и вводите в заблуждение людей,
AP> после обьяяснения сразу станет все ясно Вам, у Вас же есть мой контакт
AP> в асе, спросили бы для начала, я ж всегда отвечу.
По вашим ссылкам на документацию мной был найден макет
http://www.mycelly.com/css_templates/css_template_02a.htm
2 columns / menu and content dynamic
Мой вопрос: Как правильно добавить две колонки новостей на 50%
ширины каждая (как при табличной верстке).
Небольшой ресурс мной разработанный достаточно давно и недорого:
http://www.crimeanhome.com/victory
right column
#menu {
float: left;
width: 25%;
background-color: #ff99CC;
overflow: auto;
}
content column
All templates are XHTML 1.0 and CSS2/ tableless.
2 columns / menu and content dynamic
2 column layout grid. The navigation column and content column are dynamic and
adjust themselves to the browser window.
This layout also works with an absolute height TEMPLATE 100% height
more nice and free css templates
html {
padding:0px;
margin:0px;
}
body {
background-color: #e1ddd9;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px 20px;
margin:0px;
}
#content {
float: left;
width: 75%;
background-color: #fff;
margin:0px 0px 50px 0px;
overflow: auto;
}