Jump to content
  • 0

повтор изображения


sh1va
 Share

Question

Доброго времени суток.

есть такой скрипт

css:

#services{
padding:20px 0 0 0;
text-transform:uppercase;
font-size:24px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#services img{
margin:0;
padding:0;
line-height:normal;
}

#services ul{
display:block;
width:960px;
margin:0;
padding:0;
list-style:none;
overflow:hidden;
}

#services li{
display:block;
float:left;
width:234px;
height:210px;
margin:0 8px 8px 0;
padding:0;
overflow:hidden;
}

#services li.last{
margin-right:0;
}

#services a strong{
display:none;
width:100%;
margin:0;
padding:15px 0;
font-weight:normal;
text-align:center;
color:#5B5B5B;
background-color:#232323;
}

#services a:hover strong{
display:block;
}

html:

<div id="services">
<ul>
<li><a href="#"><strong>Weddings</strong><img src="file:///D|/instante/234x210.gif" alt="" /></a></li>
<li><a href="#"><strong>Corporate</strong><img src="file:///D|/instante/234x210.gif" alt=""/></a></li>
<li><a href="#"><strong>Lifestyle</strong><img src="file:///D|/instante/234x210.gif" alt="" /></a></li>
<li class="last"><a href="#"><strong>Events</strong><img src="file:///D|/instante/234x210.gif" alt="" /></a></li>
<li><a href="#"><strong>Artistic</strong><img src="file:///D|/instante/234x210.gif" alt="" /></a></li>
<li><a href="#"><strong>Infants</strong><img src="file:///D|/instante/234x210.gif" alt="" /></a></li>
<li><a href="#"><strong>Architecture</strong><img src="file:///D|/instante/234x210.gif" alt="" /></a></li>
<li class="last"><a href="#"><strong>Black & White</strong><img src="file:///D|/instante/234x210.gif" alt="" /></a></li>
</ul>
<br class="clear" />
</div>

Хочу добавить еще один li большого размера что бы при на ведение на картинки, там она тоже отображалась только в большом разрешение.

Как это можно реализовать?

Для лучшего понимания. Вот сам тимплейт http://www.os-templates.com/free-css-templ...2/photobusiness хочу обьединить сервис и галерею.

Edited by sh1va
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Доброго времени суток.

есть такой скрипт

Хочу добавить еще один li большого размера что бы при на ведение на картинки, там она тоже отображалась только в большом разрешение.

Как это можно реализовать?

Для лучшего понимания. Вот сам тимплейт http://www.os-templates.com/free-css-templ...2/photobusiness хочу обьединить сервис и галерею.

Я знаю три способа:

1) через hover задать картинке в ссылке размер по-больше, но грузиться страница будет дольше.

2) тупо открыть картинку на страницу, запихав в href ее адрес.

3) еще в теме фотошоп- простые вещи был описан способ с двумя картинками, который я еще не пробовал.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 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