The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Pics_Management/Buttons

2 posters

Go down

Pics_Management/Buttons Empty Pics_Management/Buttons

Post by SiKiN September 16th 2010, 9:07 am

Alright so I know how to hover the navbar by using "#i_icon_mini_" but when it comes to other buttons around the site such as NEWPOST and REPLY is it possible to give these buttons effects aswell?
SiKiN
SiKiN
Forumember

Posts : 62
Reputation : 0
Language : english

Back to top Go down

Pics_Management/Buttons Empty Re: Pics_Management/Buttons

Post by Guest September 16th 2010, 2:27 pm

.


Last edited by Gangstar15 on September 16th 2010, 2:57 pm; edited 1 time in total (Reason for editing : Deleted)
avatar
Guest
Guest


Back to top Go down

Pics_Management/Buttons Empty Re: Pics_Management/Buttons

Post by Guest September 16th 2010, 2:31 pm

Here are all the CSS codes ( for phbb2 ) :

Code:
#i_post1{display: none !important;}
#one, #i_post, #Newtopic {background: url(Link to the image);}
#one:hover, #i_post:hover, #Newtopic:hover {background: url(Link to the image);}
#i_reply{background: url(Link to the image);}
#i_reply:hover{background: url(Link to the image);}
.i_msg_newpost, .pvm_msg img{background: url(Link to the image);}
.i_msg_newpost:hover, .pvm_msg img:hover{background: url(Link to the image);}
.upload_img img{background: url(Link to the image);}
.upload_img img:hover{background: url(Link to the image);}
#profile-advanced-button img{background: url(Link to the image);}
#profile-advanced-button img:hover{background: url(Link to the image);}
avatar
Guest
Guest


Back to top Go down

Pics_Management/Buttons Empty Re: Pics_Management/Buttons

Post by StrongHold September 17th 2010, 1:43 am

Basically you need to do some CSS work to have it take effect, just create a new css class named i_msg_newpost and add a :hover to the end with the image you want to appear on hover. Post the images that you want to see on hover and not on hover and ill make the css for you if you still dont understand.

Hope this Helps
avatar
StrongHold
Forumember

Posts : 104
Reputation : 0
Language : English, HTML, CSS, PHP
Location : Canada

Back to top Go down

Back to top


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