1x, Можете пожалуйста настроить а то у меня не получится...
Вот вид материалов Code
<!--вид материала-->
<div id="wecando"><div id="warezsaleshort">
<h1><a href="$ENTRY_URL$">$TITLE$</a><?if($MODER_PANEL$)?><div style="float:right">$MODER_PANEL$</div><?endif?></h1>
<div style="padding: 5px;"></div>
<div id="news-id-8">
<!--TBegin-->
<?if($MESSAGE$)?><div class="eMessage" style="text-align: left; clear: both; padding-top: 2px; padding-bottom: 2px;">$MESSAGE$</div><?endif?>
<?if($ATTACHMENTS$)?><div class="eAttach">Прикрепления: $ATTACHMENTS$</div><?endif?>
</div>
</div><div id="category"><b><a href="$ENTRY_URL$">Скачать / Подробнее</a></b>
</div></div>
<br clear="all">
<!--вид материала-->
, вот css Code
#wecando{ width:100%; height:100%; float:left; margin: 0 0 0 0px; background-image:url("/images/need_bg.gif"); background-repeat:no-repeat; background-position:top left; }
#warezsaleshort{ width:550px; height:175px; padding:5px 0 0 0; margin:0 auto;}
#warezsaleshort h1{font-family:Georgia, Times New Roman, Times, serif; font-size:22px; text-decoration:none; font-weight:normal; color:#3E3E3E; border-bottom:#e6e6e6 solid 2px; padding-bottom:1px;}
#warezsaleshort h1 a{font-family:Georgia, Times New Roman, Times, serif; font-size:22px; text-decoration:none; font-weight:normal; color:#3E3E3E; border-bottom:#e6e6e6 solid 2px; padding-bottom:1px;}
#warezsaleshort h1 a:hover{font-family:Georgia, Times New Roman, Times, serif; font-size:22px; text-decoration:underline; font-weight:normal; color:#696969; border-bottom:#e6e6e6 solid 2px; padding-bottom:1px;}
#warezsaleshort { font-family:Arial, Helvetica, sans-serif; font-size:14px; text-decoration:none; color:#7f7f7f; }
#warezsaleshort img {margin: 0 10px 10px 0; border:0;}
#category { font-family:Arial, Helvetica, sans-serif; font-size:14px; text-decoration:none; color:#7f7f7f; text-align:right; padding:0 15px 0 0;}
#category a{ font-family:Arial, Helvetica, sans-serif; font-size:14px; text-decoration:none; color:#23B5E2; }
#category a:hover{ font-family:Arial, Helvetica, sans-serif; font-size:14px; text-decoration:underline; color:#FF9F40; }
#categoryfull { font-family:Arial, Helvetica, sans-serif; font-size:14px; text-decoration:none; color:#7f7f7f; padding:5px 0 0 0;}
#categoryfull a{ font-family:Arial, Helvetica, sans-serif; font-size:14px; text-decoration:none; color:#23B5E2; }
#categoryfull a:hover{ font-family:Arial, Helvetica, sans-serif; font-size:14px; text-decoration:underline; color:#FF9F40; }
, там еще есть "<div id="news-id-8">" но в css не нашел...
Сделайте пожалуйста чтоб на разный размер экрана, размер вида материалов подстраивался под этот экран...
Спасибо!!!Добавлено (01.11.2010, 18:27)
---------------------------------------------
Там небольшая ошибка там в css первый код
Code
#wecando{ width:100%; height:100%; float:left; margin: 0 0 0 0px; background-image:url("/images/need_bg.gif"); background-repeat:no-repeat; background-position:top left; }
, вот правильный Code
#wecando{ width:576px; height:234px; float:left; margin: 0 0 0 20px; background-image:url("/images/need_bg.gif"); background-repeat:no-repeat; background-position:top left; }