Ingenious
Well-known member
I've had a play and like having a custom node icon using the CSS below. My question is, what's the possibility of having a node icon change automatically, either randomly per page impression, or a different one each day? Can this be achieved via extra.css with a tweak to this code?
Code:
.node.node_84 .forumNodeInfo .nodeIcon, .node.node_84 .categoryForumNodeInfo .nodeIcon {
background-image: url("styles/default/xenforo/widgets/customnode84.jpg") !important;
background-repeat: no-repeat !important;
background-position: 0px 0 !important;
border-radius:5px;
border-color: #000000;
border-style: solid;
border-width: 1px;
}