fortuna
10.03.2013 - 16:44
Сейчас перешёл на css , но есть моменты не могу сделать ... вывод новости был в html , но нужно сделать на css ..
<tr>
<td style="line-height: 16px; border-bottom: 1px solid #DBDBDB; padding: 1.2em 20px 1.2em 0;">
<table width="100%">
<tbody><tr>
<td colspan="2"><strong><a href="http://www.сайт.ru/urls/" class="newsget" style="font-weight: bold; padding-left: 200px; font-size: 17px;">Новости</a></strong></td>
</tr>
<tr>
<td width="120px">
<img style="padding-top:20px" src="http://www.site.ru/tpl/95_f.jpg" width="150px"></td>
<td width="83%" style="min-width: 250px;">
Характеристики , описание .
</td>
</tr>
</tbody></table>
<div class="satget"></div>
</td>
<td align="center" style="min-width: 150px;width: 200px; line-height: 16px; border-bottom: 1px solid #DBDBDB; padding: 5.2em 20px 1.2em 0; color:#AAA ;">цена Н\Д</td>
</tr>
Может кто поможет .
fortuna
10.03.2013 - 18:10
Написал вот такой скрипт ... но нужно его подогнать .
.res{
margin: 30px 0 0 25px;
height: 105px;
border-bottom: 1px #ccc solid;
margin-bottom: 2px;
}
.res img{
float: left;
position: relative;
width: 180px;
padding-top: 25px;
}
.res strong{
padding: 15px 0 15px 15px;
font: 17px Times New Roman, Times, serif;
text-decoration: none;
}
<div class="res">
<img src="http://сайт/tpl/upload/dip_01_f.jpg" width="150px" />
<strong> Новость </strong>
<label>Технические данный и не только<br> И много другое</label>
</div>
Не могу опустить технические данные , а также где надпись новость немного сместить левее .
Игорь_Vasinsky
10.03.2013 - 18:25
margin-left:XXpx;
_____________
HTML, CSS (Bootstrap), JS(JQuery, ExtJS), PHP, MySQL, MSSql, Posgres, (TSql, BI OLAP, MDX), Mongo, Git, SVN, CodeIgnater, Symfony, Yii 2, JiRA, Redmine, Bitbucket, Composer, Rabbit MQ, Amazon (SQS, S3, Transcribe), Docker
l@pteff
10.03.2013 - 18:30
fortuna
Ну помещай надписи технические данные и "новости" в div'ы и margin'ами смещай куда хочешь, в чем проблема?