Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] How to add icon in Toolbar ?



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

1
Offline

  Guest

Anonymous
Guest
Well i really like the icon in the toolbar can you tell me how to do it ?

Powered by PunBB
Currently 0 users have thanked Guest for this post:

2
Offline

  Shadow

Shadow
Administrator
Administrator
First you need to add JavaScript.
 Admin Panel [Solved] How to add icon in Toolbar ? Arrow10Modules [Solved] How to add icon in Toolbar ? Arrow10[Solved] How to add icon in Toolbar ? Html HTML & JAVASCRIPT [Solved] How to add icon in Toolbar ? Arrow10JavaScript Code Management [Solved] How to add icon in Toolbar ? Arrow10New JavaScript

Code:
[panda=js]//Made by George "Proxy*64*" Kosmas
        $(window).load(function(){
        var x=$('#fa_usermenu > img').attr('src');
        $('#fa_welcome').prepend('<span id="fa_proxy"><img src="'+x+'"/><span>');
        });
Placement: All pages

Then you need to add CSS
Admin Panel [Solved] How to add icon in Toolbar ? Arrow10Display [Solved] How to add icon in Toolbar ? Arrow10Pictures and Colors [Solved] How to add icon in Toolbar ? Arrow10(Colors) [Solved] How to add icon in Toolbar ? Arrow10CSS Stylesheet
Code:
[panda=css]#fa_proxy > img {
    border-radius: 5px 5px 5px 5px;
    margin-left: -30px;
    margin-top: 2px;
    position: absolute;
    width: 25px;
  height: 25px;
}
And thats it! Smile

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

3
Offline

  Guest

Anonymous
Guest
It works thanks!

Powered by PunBB
Currently 0 users have thanked Guest for this post:

4
Offline

  Shadow

Shadow
Administrator
Administrator
<div class="solved">Solved => Locked</div>

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

5
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

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


Topic URL's

URL
BBcode
HTML

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