Jump to content
  • 0

Cum pun iconite la subforumuri


Question

2 answers to this question

Recommended Posts

  • 0
Posted
  1. .ipsApp .cForumRow .ipsDataItem_subList li:after {
  2.     content: '';
  3.     /* aici pui ce vrei sa apara inainte de un subforum */
  4. }
  5.  
  6. .ipsApp .cForumRow .ipsDataItem_subList li.ipsDataItem_unread:after {
  7.     /* aici pui ce vrei sa apara inainte de un subforum necitit */
  8. }

  • 0
Posted

Daca vrei imagine 

.ipsApp .cForumRow .ipsDataItem_subList li:after {
  content: url(image.jpg);
  
}
 
.ipsApp .cForumRow .ipsDataItem_subList li.ipsDataItem_unread:after {
 content: url(image.jpg);
}

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.