HenrikHansen
Well-known member
Does anyone know how this can be done? I have seen it on several XF boards. Thanks for your help.
fieldset .nodeList.sectionMain .node.category.level_1.node_1 .categoryText {
background: url("@imagePath/xenforo/gradients/1.png") no-repeat scroll right center transparent;
height: 45px;
}
fieldset .nodeList.sectionMain .node.category.level_1.node_4 .categoryText {
background: url("@imagePath/xenforo/gradients/4.png") no-repeat scroll right center transparent;
height: 45px;
}
fieldset .nodeList.sectionMain .node.category.level_1.node_10 .categoryText {
background: url("@imagePath/xenforo/gradients/10.png") no-repeat scroll right center transparent;
height: 45px;
}
fieldset .nodeList.sectionMain .node.category.level_1.node_14 .categoryText {
background: url("@imagePath/xenforo/gradients/14.png") no-repeat scroll right center transparent;
height: 45px;
}
fieldset .nodeList.sectionMain .node.category.level_1.node_22 .categoryText {
background: url("@imagePath/xenforo/gradients/14.png") no-repeat scroll right center transparent;
height: 40px;
}
fieldset .nodeList.sectionMain .node.category.level_1.node_70 .categoryText {
background: url("@imagePath/xenforo/gradients/70.png") no-repeat scroll right center transparent;
height: 45px;
}
Yes, exactly. Thanks.Not sure what you mean. Are you wanting to have different images for example float to the right on each category? like this site? http://urbanfantastic.com/
Shelley, one last question, do you know how I can remove the space around the inserted images?if so here's an example where the node id will differ from yours and I expect the height will also which you can adjust accordingly when you apply your own imagery.