WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Solved How to add image for 'like' and 'dislike' Fri Mar 16, 2012 11:04 am

magicm00n

magicm00n
Registered Member
Registered Member
Hello Very Happy

How to add image for 'like' and 'dislike' 17032010

how do i add an image for the like and dislike?

im using phpbb3

ankillien

ankillien
Administrator
Administrator
This code could help...

Code:
.vote-button a[href*="eval=plus"] {
background: url(http://2img.net/i/fa/subsilver/topic_move.gif) no-repeat;
padding: 5px;
color: transparent;
}
.vote-button a[href*="eval=minus"] {
background: url(http://2img.net/i/fa/subsilver/topic_delete.gif) no-repeat;
padding: 5px;
color: transparent;
}

Just change the image URLs in the code. It the image doesn't display properly, try changing padding value little bit.

magicm00n

magicm00n
Registered Member
Registered Member
Thanks! the padding in the code is for up/down. How do i move the image left or right?

Matti

Matti
Registered Member
Registered Member
More about padding => http://www.w3schools.com/css/css_padding.asp

http://csshelp.forumotion.net/

magicm00n

magicm00n
Registered Member
Registered Member
Thanks^^!

ankillien

ankillien
Administrator
Administrator
Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum