Interface Book Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CP BUTTONS 2 BY MHAE™

2 posters

Go down

star :) CP BUTTONS 2 BY MHAE™

Post by mhae™ Fri Jul 10, 2009 3:04 am

ORIGINATED BY MHAE™️
Title: Control Panel Buttons Switch
Description: This script will create a single button that will hide and show your control panel buttons. The appearance of the button will depend on how well you customize it. To customize the said button, just go to the style attribute and do your thing.
Tested With: IE7, Fx2, O9

TEST IT HERE

Code:
content_0.getElementsByTagName("td")[0].innerHTML+="<div id='myCPButtons' style='background:none;margin-top:10'>"
+"<input type='button' value='SHOW BUTTON' onclick='showButtons()' style='border:1px solid #999999;background-color:#000000;color:#ffffff;font-size:9pt'>"
+"</div>"
controlPanelButtons.style.display="none"
function showButtons(){
controlPanelButtons.style.display="block"
myCPButtons.innerHTML="<input type='button' value='HIDE BUTTON' onclick='hideButtons()' style='border:1px solid #999999;background-color:#000000;color:#ffffff;font-size:9pt'>"
}
function hideButtons(){
controlPanelButtons.style.display="none"
myCPButtons.innerHTML="<input type='button' value='SHOW BUTTON' onclick='showButtons()' style='border:1px solid #999999;background-color:#000000;color:#ffffff;font-size:9pt'>"
}
[/list]

  • Important Notes:

    • Do not alter anything that is not meant to be altered in the code to avoid errors.
    • I included the styling in the code itself to make it work for Internet explorer. Using an external file doesn't seem to work well with this code in Internet Explorer.

mhae™
mhae™
IFB noob :)

Posts : 36 Join date : 2009-07-06

Back to top Go down

star :) Re: CP BUTTONS 2 BY MHAE™

Post by teksmoko Thu Jul 23, 2009 7:12 am

haha its cool sis !!
teksmoko
teksmoko
Promoter

Female

Posts : 201 Age : 29
Location : trash can :D
Join date : 2009-07-21

http://profiles.friendster.com/paypetz

Back to top Go down

star :) Re: CP BUTTONS 2 BY MHAE™

Post by mhae™ Fri Jul 31, 2009 7:15 am

teksmoko wrote:haha its cool sis !!
thanks sis
mhae™
mhae™
IFB noob :)

Posts : 36 Join date : 2009-07-06

Back to top Go down

star :) Re: CP BUTTONS 2 BY MHAE™

Post by mhae™ Fri Jul 31, 2009 7:16 am

teksmoko wrote:haha its cool sis !!
thanks sis
mhae™
mhae™
IFB noob :)

Posts : 36 Join date : 2009-07-06

Back to top Go down

star :) Re: CP BUTTONS 2 BY MHAE™

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

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