XenForo
Administrative
- Thread starter
- Admin
- #1
With my VB when visitors are not logged in, they see an image that goes away once they log in (or when they are on the registration page. In VB additional.css section, I had CSS that looks something like this:
CSS:
This put a floating image on the screen util they either logged in or went to...
Read more
ادامه مطلب...
CSS:
Code:
div.showtoguest {
background:url(images/misc/showguest.png);
background-repeat: no-repeat;
width:300px;
height:200px;
padding:0 5px 3px;
position:fixed;
right:20px;
top:75px;
z-index:1;
}
Read more
ادامه مطلب...