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.

Custom nav and a couple of buttons to CSS

3 posters

Go down

Custom nav and a couple of buttons to CSS Empty Custom nav and a couple of buttons to CSS

Post by karkooshy January 31st 2011, 6:11 pm

yello again Mr. Green
I want to transfer the entire of my forum into the CSS. I'v already figured out the navbars and most of the buttons... however I'm stuck on a couple of issues.

Primarily, I'd like to know how I would go about adding a custom nav bar to the CSS???
I mean for instance, #i_icon_mini_index is for the forum index navbar button.. what about a custom button? What would the class name for such a button be?
I would also like to know the class name for the report button, the 'Send' button (i.e the button to compose a new PM) and the Reply to PM button. I've asked about the report button before.... and got: ".i_icon_report" and "#i_icon_report" (which both don't work).
So to summarize, I need class names for:
Custom Navbars
The Report Button(s)
The 'Send' (New PM) button
The 'Reply' to PM button

Thank you in advance Smile
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Custom nav and a couple of buttons to CSS Empty Re: Custom nav and a couple of buttons to CSS

Post by EverEffects February 1st 2011, 4:38 pm

Try naming them,

Code:

<div id="button1" />

Not to sure if you can use hovers on it though.


--Edit--

Nevermind, you cannot use html for button titles.

Sorry I couldn't help.
EverEffects
EverEffects
Forumember

Posts : 105
Reputation : 1
Language : English

Back to top Go down

Custom nav and a couple of buttons to CSS Empty Re: Custom nav and a couple of buttons to CSS

Post by karkooshy February 3rd 2011, 12:23 am

Thank you for attempting to help nonetheless Smile

-bump-
(it's not only the custom nav bar classes I'm looking for BTW xD
if anybody knows the class names for the report, send PM and reply to PM, you can also be of great assistance)
Thank you in advance ^^
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Custom nav and a couple of buttons to CSS Empty Re: Custom nav and a couple of buttons to CSS

Post by Maki1 February 3rd 2011, 12:39 am

For Send Reply you can use such code as this.

Code:
.buttons img{background: url(IMAGE HERE) no-repeat center;}
.buttons img:hover{background: url(HOVER IMAGE) no-repeat center;}

And for New PM you can use this.
Code:
.i_msg_newpost{background: url(IMAGE HERE) no-repeat center !important;}
.i_msg_newpost:hover{background: url(HOVER IMAGE) no-repeat center !important;}

Remember to replace the link of the New PM button with this http://hitskin.com/themes/15/69/75/i_reply.gif in A-CP => Display => Pictures and Colors => Pics management >> Advanced Mode >> Buttons ''Post new topic'' and save.

Good luck cheers
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Custom nav and a couple of buttons to CSS Empty Re: Custom nav and a couple of buttons to CSS

Post by karkooshy February 8th 2011, 9:33 pm

Thank you Smile
The code for the New PM worked, but the reply to PM code did not.
Could you please check you have the correct class name?
Thank you again ^^
(This is still open for my other questions btw xD)
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Custom nav and a couple of buttons to CSS Empty Re: Custom nav and a couple of buttons to CSS

Post by karkooshy February 11th 2011, 12:12 am

bumpy
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Custom nav and a couple of buttons to CSS Empty Re: Custom nav and a couple of buttons to CSS

Post by karkooshy February 14th 2011, 1:04 pm

bumpy, I could settle for an answer like "that is not possible" Smile
Thank you in advance ^^
karkooshy
karkooshy
Forumember

Male Posts : 327
Reputation : 7
Language : English

http://quable.forumotion.com

Back to top Go down

Back to top

- Similar topics

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