Hello all.
On a friends Forum i help admin there is a problem with the online icon it's staying inplace even when your offline
I Think there is a little bit of code missing in the /CSS files
This is the online icon code we have but there is No offline icon to it or a code to hide the icon when we are offline.
On a friends Forum i help admin there is a problem with the online icon it's staying inplace even when your offline
I Think there is a little bit of code missing in the /CSS files
This is the online icon code we have but there is No offline icon to it or a code to hide the icon when we are offline.
- Code:
.post {
background: url("http://2img.net/i/fa/prosilver/icon_user_online_en.png") no-repeat scroll right top rgba(0, 0, 0, 0.4) !important;
border-radius: 4px 4px 4px 4px;
margin-bottom: 8px;
padding: 10px !important;
}
Last edited by APE on June 28th 2014, 10:53 am; edited 1 time in total