Resource icon

Floating images inside nodes

Shelley

Well-known member
Shelley submitted a new resource:

Floating images inside nodes - Floating images inside nodes

Seems to work for me and posting since carlos wanted to know how this was done.
Summary: This is a guide to float images inside your nodes to the right. You'll most certainly have to change the node ID, apply the image sizes to your needs and of course use your own images.

The snippet of CSS is for example purposes.

Code:
 .node.node_2  .forumNodeInfo{
  background: url("@imagePath/xenforo/icons/nodey2.png") no-repeat scroll right bottom transparent;...

Read more about this resource...
 
Hey Shelley, using this with XF1.3.4 and the icon appears behind the node icon and forum title/description etc, tried using padding and margin to correct this however my knowledge of css isn't extensive to say the least. Have put a picture to show what I mean.

If you could point me in the right direction it would be helpful thanks :).

upload_2014-8-7_21-19-13.webp
 
Top Bottom