EnglishDeutsch
newsletter icon
user icon password icon forgot password icon forgot username icon Registrieren
Bitte spenden Sie eine kleine Summe, wenn Sie Software von WebConstruction.ch verwenden, dass ich die Software weiter entwickeln und aktuell halten kann. mehr...
 
Betrag: 

 

Dear Forum Users. Please don't spam this forum. Your spam will be deleted and your account deactivated (I just click your username and you are gone). So don't mess around with your and my time.

Welcome, Guest
Please Login or Register.    Lost Password?
Get support for "Show / Hide Content"-Plugin
Go to bottomPage: 1
TOPIC: How to make the tabs vertical
#1354
How to make the tabs vertical 1 Year, 5 Months ago Karma: 0
Hi,

Excellent plugin. Very well done with all these extra options!

There's one thing i'd like to do with it. I can't figure out how.

I'd like to have the tabs vertical. Well thats easy enough. BUT I want the content to be next to all the tabs, not underneath every single tab.

How I can achieve that with this excellent plugin?

Please see attached image for what I mean.
[file]
waseemhussain
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#1357
Re:How to make the tabs vertical 1 Year, 5 Months ago Karma: 4
Hi,

I'm not quite sure how you want it exactly but this might be a way:

You could wrap the html element with the htmlobject parameter. You should create a text file in plugins/content/showhidecontent/templates/ with the ending .tmpl, for example yourtemplatename.tmpl. Then add something like this:
Code:

htmlobject="<div style=\"float:left;width:50%\">[object]</div>"
[...more parameters if you wish]


Add this code to your editor:
Code:

{showhide template="yourtemplatename"}text{/showhide0}Some text on 
the right side.
<div style="clear:left"></div>
Continue with the text below.



Hope this helps you further.
webconstructor
Admin
Posts: 329
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1