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
Printable View
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
I don't think its Java, I don't know that mutch about PowerPanel, PM Invent on this forum.
It would be Javascript and CSS
CSS to display it and Javascript to close it.
Put that in the Head part for the style,HTML Code:<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>
and here is the message:
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.HTML Code:<div id="msgalert"><br>Message<br><a href="#" onclick="document.getElementById('msgalert').style.display='none';">Close</a></div>
Hope that helps
I have the images here
Could someone "put it together?"
http://www.itsbobba.net/powerpanel/f.../alert_bot.gif
http://www.itsbobba.net/powerpanel/f.../alert_mid.gif
http://www.itsbobba.net/powerpanel/f..._ok_button.gif
http://www.itsbobba.net/powerpanel/f.../alert_top.gif
EDIT == Full box - http://www.itsbobba.net/powerpanel/f...rtbox30756.gif (transparent)
http://www.itsbobba.net/powerpanel/f...s/alertbox.PNG (Non transparent)
Thankyou
Credit to Invent! for the images as they are in powerpanel x)
Can some one put all this code together so i can just copy it?