Jump to content

Обновляю свой сайт


styleroom
 Share

Recommended Posts

<img src="interface/but_article.jpg" width="12" height="11" / class="but_link" title="Читать полностью!">

Накосячили с картинками.

<div id="love_text">...</div>
<div id="love_text">...</div>
<div id="love_text">...</div>

<div id="footer_right_img"><img src="interface/oboy_1.jpg" /></div>
<div id="footer_right_img"><img src="interface/oboy_2.jpg" /></div>
<div id="footer_right_img"><img src="interface/oboy_3.jpg" /></div>

ID - это уникальный индификатор. Ключевое слово выделил болдом.

И ещё, совет, привыкайте, что если вы начали называть стили латиницей - то не называйте транслитом. К примеру:

copyright - клёва;

menu_niz - плохо;

Link to comment
Share on other sites

Лучше пользоваться таким способом:

HTML:
<div class="cont">
<div class="in_bg">

</div>
</div>

CSS:
.cont {
width:300px;
}
.in_bg {
height:200px;
background:url(right_bottom.gif) no-repeat bottom right;
}

Покрайней мере так я избегаю прыжков в 1 пиксель.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy