Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Need a bit of help making a wordpress plugin work with textpattern
Thanks Uli, that’s good recall. The thread you mention is here. It deals with jQuery UI Tabs but it’s much the same deal with the jQuery Tools Tabs.
Offline
#14 2010-04-15 15:50:26
- SuperMAG
- Member
- Registered: 2010-04-04
- Posts: 35
Re: Need a bit of help making a wordpress plugin work with textpattern
that topic doesnt mention mention the way to make a article form that works with any tabs.
btw, how do you guys rate this type of tabs: http://www.sunsean.com/idTabs/
Offline
Offline
#16 2010-04-15 18:57:47
- SuperMAG
- Member
- Registered: 2010-04-04
- Posts: 35
Re: Need a bit of help making a wordpress plugin work with textpattern
i think he is making a article as a tabs etc, i didnt understand much though. but never mind, i will have to do the hard way(posting whole html code in the article).
But can anyone who knows css can convert this style: http://www.joomlaworks.gr/mambots/content/plugin_jw_ts/tabs_slides.css
I am using idTabs: http://www.sunsean.com/idTabs/
And their css is like this, it would be nice if anyone extract and make that joomlaworks css code to make it look like this:
/* idTabs ~ Sean Catchpole */
/* Style for Usual tabs */
.usual {
background:#181818;
color:#111;
padding:15px 20px;
width:500px;
border:1px solid #222;
margin:8px auto;
}
.usual li { list-style:none; float:left; }
.usual ul a {
display:block;
padding:6px 10px;
text-decoration:none!important;
margin:1px;
margin-left:0;
font:10px Verdana;
color:#FFF;
background:#444;
}
.usual ul a:hover {
color:#FFF;
background:#111;
}
.usual ul a.selected {
margin-bottom:0;
color:#000;
background:snow;
border-bottom:1px solid snow;
cursor:default;
}
.usual div {
padding:10px 10px 8px 10px;
*padding-top:3px;
*margin-top:-15px;
clear:left;
background:snow;
font:10pt Georgia;
}
.usual div a { color:#000; font-weight:bold; }
#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }
Offline
#17 2010-04-17 14:15:35
- SuperMAG
- Member
- Registered: 2010-04-04
- Posts: 35
Re: Need a bit of help making a wordpress plugin work with textpattern
So any one can help on that css.
Offline