PDA

View Full Version : How Would I?



StokeFM
20-07-2007, 04:48 PM
wright, I have Powerpanel Installed on the website I work on...

How do I make the alerts Habbo Style -- Is it Java/

Could someone tell me or post a tut

Mr Macro
20-07-2007, 05:16 PM
I don't think its Java, I don't know that mutch about PowerPanel, PM Invent on this forum.

Eric30
20-07-2007, 06:09 PM
wright, I have Powerpanel Installed on the website I work on...

How do I make the alerts Habbo Style -- Is it Java/

Could someone tell me or post a tut


It would be Javascript and CSS

CSS to display it and Javascript to close it.


<style type="text/css">
#msgalert {
width: 200px;
height: 100px;
background-color: #CCC;
position: absolute;
left: 50%;
top: 50%;
margin-top: -50px;
margin-left: -100px;
text-align: center;
}

</style>

Put that in the Head part for the style,

and here is the message:


<div id="msgalert"><br>Message<br><a href="#" onclick="document.getElementById('msgalert').style.display= 'none';">Close</a></div>


It is NOT habbo style, I dont have the habbo alert image, so if u find it, or print screen when ur online, u can remove the text and save the image, then put the image in the div as a background and put text over.

Hope that helps

Luckyrare
20-07-2007, 08:10 PM
wright, I have Powerpanel Installed on the website I work on...

How do I make the alerts Habbo Style -- Is it Java/

Could someone tell me or post a tut

Its Javascript, please note Java and Javascript are totaly different coding languages.

StokeFM
21-07-2007, 12:19 PM
I have the images here
Could someone "put it together?"


http://www.itsbobba.net/powerpanel/frontend/images/alert_bot.gif
http://www.itsbobba.net/powerpanel/frontend/images/alert_mid.gif
http://www.itsbobba.net/powerpanel/frontend/images/alert_ok_button.gif
http://www.itsbobba.net/powerpanel/frontend/images/alert_top.gif

EDIT == Full box - http://www.itsbobba.net/powerpanel/frontend/images/alertbox30756.gif (transparent)
http://www.itsbobba.net/powerpanel/frontend/images/alertbox.PNG (Non transparent)


Thankyou


Credit to Invent! for the images as they are in powerpanel x)

Jamieb
21-07-2007, 02:57 PM
Can some one put all this code together so i can just copy it?

Want to hide these adverts? Register an account for free!