<div class="{xen:if $forum.hasNew, 'unread'} icon-comments-alt icon-3x icon-fixed-width" style="color:#1ada00;float:left;margin:auto;">
<div class="icon-comments-alt icon-3x icon-fixed-width" style="color:#1ada00;float:left;margin:auto;" {xen:if $forum.hasNew, 'unread'}">
What's the original code and what are you trying to do?
<div class="nodeInfo forumNodeInfo primaryContent {xen:if $forum.hasNew, 'unread'}">
icon-comments-alt icon-3x icon-fixed-width" style="color:#1ada00;float:left;"
Does it work when removing the "style" part and when "unread" is in class?
<div class="{xen:if $forum.hasNew, 'unread'}" icon-comments-alt icon-3x icon-fixed-width" style="opacity:0.5">
Yeah it worked.
Code:<div class="{xen:if $forum.hasNew, 'unread'}" icon-comments-alt icon-3x icon-fixed-width" style="opacity:0.5">
Well, then I think the problem is related to the 'float: left;'. Does it work with the 'style=color' attribute alone?
No, you said that the original worked. He's asking if you add in the color if it still works. If not, we know its failing because of the float.
<div class="nodeInfo forumNodeInfo primaryContent {xen:if $forum.hasNew, 'unread'}" style="opacity:0.6;">
Where are you applying the opacity at? Can't you go into the Style Properties -> Node Icons and just set the opacity as a default there. That's what I do on the xenFoogle and my customized default style and it works fine. I define the icons I use (since I use different ones) in EXTRA.css and it applies across the board to all of them. In EXTRA.css I then apply a opacity of 1.0 for the unread icons.I still need help with the node icons. Its making everything in the forum rows fade. Look.
Its because of the opacity, but I only want it to affect the icons.
http://letspwn.com/store/misc/style?style_id=22&_xfToken=1,1372724808,d5b4116635bfa565f264312d8e57fe05aac3f6db&redirect=/store/
/* Adjust opacity on new message icons in forum list */
.node .forumNodeInfo.unread .nodeIcon, .node .categoryForumNodeInfo.unread .nodeIcon {
opacity: 1.0;
}
@Shelley some of us are technically inclined and severely graphically challenged (hmmm... I wonder who one of those could be! just replace the "b" with "m" and you got it!!).I'm really unsure what you are trying to do here. Has this anything to do with the PC you sent? If so I'd advise familiarising yourself with a graphics editor if the design part is the reason why your doing whatever you are doing. I'm still unsure what it is you are trying to do here.
We use essential cookies to make this site work, and optional cookies to enhance your experience.