Ok that answers my question, thank you
I have one more question... i was messing with the code on Avac Web Chatbox and I messed it up, now it is not showing anymore on the buttom right corner, I messed with the background image and It broke here is my code, maybe you can figure out why it is not working?
NOTE:I do not know how to make a spoiler so I apoligize
*-chatbox codes and Plugin-*/
.a_chat_pm tr, .a_chat_pm td, .a_chat_tab tr, .a_chat_tab td {
display:none!important;
}
.a_chat_pm:before, .a_chat_tab:before {
content: 'Hidden Content';
font-style: italic;
}
DIV#chatbox_popup{
visibility: hidden;
}
.my_message {
font-color:#FFF;
font-size:15px;
text-shadow: 0 1px black;
}
.system-message, .warning-message {
font-weight: bold;
border: 1px solid #AAA;
padding: 3px 5px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: #666;
background: #DDD;
text-shadow: 0 1px white;
}
.warning-message {
border: 1px solid rgb(228, 130, 130);
color: rgb(196, 14, 14);
background: rgb(245, 174, 174);
}
#awc-overlay {
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
background: #000; /* CHange this to #000 for darker themed boards */
filter: alpha(opacity=50);
min-height: 100%;
left: 0;
opacity: 0.5;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
.a_chat_pm tr, .a_chat_pm td, .a_chat_tab tr, .a_chat_tab td { display:none!important; }
.a_chat_pm:before, .a_chat_tab:before { content: 'Hidden Content'; font-style: italic; }
.awc-quote { float: right; font-weight: bold; text-shadow: 0 1px white; cursor: pointer; }
body.chatbox {
background-image: url('http://www.blicer.com/data/wallpapers/3418/3418t5746l.jpg')!important;
background-color: black!important;
}
/*-END of code -*/
Any ideas / Suggestions to fix this?
NOTE: I also installed Plug Ins, but it was working before I messed with the background Code