inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 22, 2014 1:17:50 GMT -8
that looks fantastic. Im not sure what could really do more.. Im not a designer or ANY degree. maybe add some seperation between them?
|
|
inherit
210622
0
Aug 25, 2019 19:36:00 GMT -8
Falico
8
June 2014
falico
|
Post by Falico on Jun 23, 2014 11:33:02 GMT -8
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 23, 2014 18:47:10 GMT -8
Well you have a div filled with text with no spaces so it isnt wrapping words at white-space (because there isnt any). its wrapping words at character limit across the width of the div, which since there isnt one specified, its the width of screen.
so do 2 things. put some spaces in there so it can wrap. put widths on all the divs if you want them to fill a certain size. the divs are now unattached from the table so they can dissolve and wipe correctly without the next content suddenly clunking into place. but that also means they dont restrict themselves to the width of the parent table they are in.
|
|
inherit
210622
0
Aug 25, 2019 19:36:00 GMT -8
Falico
8
June 2014
falico
|
Post by Falico on Jun 23, 2014 19:33:56 GMT -8
How do I do that, like where are the divs? And should the CSS be in the global footers?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 23, 2014 20:52:37 GMT -8
In the closing tag of each PTab you add in the styling for that tab. have a look at the first post of this thread.
|
|
inherit
210622
0
Aug 25, 2019 19:36:00 GMT -8
Falico
8
June 2014
falico
|
Post by Falico on Jun 24, 2014 5:09:55 GMT -8
Oh thank you so much! I got it working now.
Thank you Wormopolis!
|
|
inherit
204228
0
Nov 2, 2023 3:42:02 GMT -8
The Magpie
25
January 2014
hybridmagpie
|
Post by The Magpie on Jun 24, 2014 21:15:04 GMT -8
I am having a small issue. On one forum I use the Tabs on it works perfectly.. seen here. When a tab is selectedm it opens and drops down the content flawlessly. I am madly in love with this tab system. However.. On another forum, there seems to be a glitch.. seen here. I literally copied the code from one forum... and pasted it in the other and chaged colors.. that's it.. was all I did.. as you'll see, the issue I am having is that when I select a tab, the info comes down strangely. It isn't inside the container the way it's meant to be, the row of tabs below it doesn't move out of the way, like the previous site, and BBCoding to align has no effect (Like centering or the Justify).. Other than that, they work flawlessly.. here is the coding I am using.. maybe you can point out what I've done wrong? <!--START Tab Conent Graphics--> <style> .post .message table.PT_table {width: 90%; border: #3cb1ff 1px dashed;} /* Overall table default */ .PT_table .PT_table_header {text-align: center; font-weight:bold; font-size:20px;} /* Table title if there is one */ .PT_table .PT_tabs {text-align:center; background-color: #659f43; border-left: #ec446b 3px solid; border-right: #ec446b 3px solid} /* Tabs unselected */ .PT_table .PT_tabs_selected {text-align:center; background-color: #ac7af7} /* Tabs selected */ .PT_table .PT_tabs_hover {text-align:center; background-color: #ec446b} /* Tabs hover */ .PT_table .PT_tabs_selected_hover {text-align:center; background-color: #ec446b} /* Tabs selected Hover */ .PT_table .PT_spots {background-color:#211f1f;} /* The content sections under the tabs */ </style> <!--END Tab Conent Graphics--> Thank you, and as always, I LOVE your plug ins!
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 24, 2014 21:25:54 GMT -8
what versions are the different sites using? because the latest version moved the divs into an absolute positioning to make the transitions work correctly. if you need it to be relative, then in the closing [/PTab] tag, make it [/PTab={position:relative}]
|
|
inherit
204228
0
Nov 2, 2023 3:42:02 GMT -8
The Magpie
25
January 2014
hybridmagpie
|
Post by The Magpie on Jun 24, 2014 21:31:34 GMT -8
what versions are the different sites using? because the latest version moved the divs into an absolute positioning to make the transitions work correctly. if you need it to be relative, then in the closing [/PTab] tag, make it [/PTab={position:relative}] Ah, yes.. they are different versions v///v the first one is using 1.2.0 while the one with the issue is using 1.2.5.. let me make some adjustments and see if that solves my issue. <update> And that's what I needed! Thank you so much!
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 27, 2014 1:26:09 GMT -8
I appreciate the speedy reply all the same. And yes, tableception. On a different forum I was able to do this, it was really helpful when doing things like regions and cities. I'll ask one of them then, thank you! I may have spoke too soon... I was playing around with regexp tonight and I am able to get tabbed tables within tabbed tables now. I need to do some more experimenting though. I had to write in some stuff to keep an outer table from selecting inner table tabs and vice-versa. If an inner table has a tab with the same title as the outer table, things get ... weird...
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jun 28, 2014 23:19:15 GMT -8
Any chance is there a way to use multiple tabbed tables in the same post? When we do they work, but the second, third table content is hidden by default. Im currently re-working the engine for how it finds tabbed tables to include multiple tables in a post, as well as nested tabbed tables. the logic behind it however, is frustrating. so Im not quite there yet. "I had a problem, so I thought I would use regexp to solve it. now I have two problems"
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 3, 2014 2:32:41 GMT -8
lilliangray leif ₪» ⅀ ƪ Ƒ «₪v1.3.0 submitted to library rewrote code to allow recursive tabbed tables in posts! (you can now nest tables) added option to make positioning absolute or relative by default
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 22, 2024 14:27:17 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 3, 2014 2:58:45 GMT -8
Inception tabs. Now this is freakin' cool
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jul 3, 2014 3:00:26 GMT -8
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 22, 2024 14:27:17 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 3, 2014 3:05:37 GMT -8
Clicking tab 3 was way more exciting than I care to admit. xD
|
|