Jump to content
  • 0

CSS Спрайт


job3507
 Share

Question

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

Столкнулся вот с такой проблемой, то ли я туплю, то ли делаю что-то не так с css спрайтом.

Есть вот такой кусок html кода:

<div id="social-button">                        <a href="#" id="social-button1"></a>                        <a href="#" id="social-button2"></a>                        <a href="#" id="social-button3"></a>                        <a href="#" id="social-button4"></a>                    </div>

И так же кусок css:

#social-button {    width: 162px;    height: 32px;    float: right;    margin-right: 30px;    margin-top: 65px;}#social-button1 {    width: 33px;    height: 33px;    background: url(img/social-buttom.png), 0 0;    margin-right: 10px;    display: block;    float: left;}#social-button2 {    width: 33px;    height: 33px;    background: url(img/social-buttom.png), 37 0;    margin-right: 10px;    display: block;    float: left;}#social-button3 {    width: 33px;    height: 33px;    background: url(img/social-buttom.png), 74 0;    margin-right: 10px;    display: block;    float: left;}#social-button4 {    width: 33px;    height: 33px;    background-image: url(img/social-buttom.png) 111 0;    display: block;    float: left;}

Сам спрайт: 6896895.png

в итоге получаю вот такой результат:6896924.jpg

 

Где я накосячил? Или как исправить ошибку?

Заранее спасибо за ответы!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

px поставьте всем значениям, кроме нулевых значений.

 

ААА так вы еще и запятые поставили в background-image вставляется картинку и задаете ей позицию в 4 кнопке.

 

 

http://jsfiddle.net/mrnobody/7rdqptyr/1/

Edited by mrnobody
Link to comment
Share on other sites

  • 0

px поставьте всем значениям, кроме нулевых значений.

 

ААА так вы еще и запятые поставили в background-image вставляется картинку и задаете ей позицию в 4 кнопке.

 

 

http://jsfiddle.net/mrnobody/7rdqptyr/1/

Спасибо за ответ, но к сожалению это не сильно помогло исправить ситуацию (стало выводить везде первый элемент спрайта). И все же вы натолкнули меня на нужную мысль, пришлось дописывать background-position и присваивать отрицательные значения (по оси x).

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