Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] Hide Sub-Forums But Show Them Upon Hover Over Table



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  Ultron

Ultron
Punbb Rookie
Punbb Rookie
Details:
Hello,

I have seen this on multiple forums. The sub-forums are not visible but once you hover of the forum its sub-forums become visible too. Could someone explain to me how this is done?

Regards,

Ultron

Your Forum Address:
PunBB  

Forum Version:
PunBB

Powered by PunBB
Currently 0 users have thanked Ultron for this post:

2
Offline

  Shadow

Shadow
Administrator
Administrator
You didn't write the forum adress and next time it will be counted as avoiding to complete question form.

I will answer you now but next time topic will be automatically locked and you will receive an warning.
First you need to do is create an invisible block for your forums
Code:
[panda=css]    .tcl:hover .subforum_description {
    display: block; /* Shows it after mouseover (works only with Punbb) */
}
.subforum_description {
    display: none; /* Used to hide object */
    }
Then in [ic]index_box[/ic] find [ic]{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}[/ic]
and replace with
[ic]<span class="subforum_description">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>[/ic]

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum