- Posts: 35
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question Is there any way to add different images to tabs ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I will explain the difficult now:
example tab category: It contains two background graphics= tabmenuright.gif and tabmenuleft.gif.
tabmenuright.gif -> background of the tag <a>
tabmenuleft.gif -> background of the tag <span>
The design is working with layer structure. What is on top is visible.
tag <li> is on the ground, over <li> are the tags <a> and <span>.
<li id="tab1"> <a><span>category</span></a> </li>
You can now set an additional tag to this tab, for example <b>
<li id="tab1"> <a><span><b>category</b></span></a> </li>
But you will only get an background behind the word category. And if you move the word category to left (padding-left:20px) and set a small background-image for <b>-tag left, this little image would be left of the word category.
so what do you want exactly?
I hope, I could explain it with my poor english.
Please look on your site, tab categories.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.