Mr_worm1
(Mr worm)
April 11, 2012, 10:30am
1
Hi All,
I can’t seem to recall the controls for the Carousel text tab action?
I want to style the text basically.
I need the nomal state, hover & active state!
.active = the active color
I just need the otehr 2 please?
many thanks
Worm
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Mr_worm1
(Mr worm)
April 11, 2012, 11:50am
2
Anyone please?
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
If you put your text tabs in another Html container then you can just select that container and set the link states within the Link section of the Inspector under the Paintbrush Tab
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Mr_worm1
(Mr worm)
April 11, 2012, 1:21pm
4
Hi Dave,
Thanks for your reply. I tried that & although it works… The functionality is still not what im after.
http://www.cmlmarketing.com/2012/rdc1234/index.php
In the main carousel, there are numbers 1,2,3 & 4 in the top right corner indicating the No. of panes in this carousel sequence.
I wish for the pane that is active to be represented in the numbers to when in auto scroll mode, if a tab is selected or if the numbers are selected themselves. Is this viable Dave?
Many thanks
Worm
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
That is where you use the active class that you created.
Dont set active in the Link pane - do it with a separate class. I had assumed from your OP that you had done that part already.
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Mr_worm1
(Mr worm)
April 11, 2012, 3:10pm
6
I was in place, buy did not function correctly.
I have posted where I am currently:
http://www.cmlmarketing.com/2012/rdc1234/v2.html
as you can see it works with the .active style
I now want to style the 1,2,3 & 4 normal state & hover state. These should also work when the carousel auto scrolls, a tab is clciked or the numbers themselves are clicked.
Currently it looses it styling when you clcik one of the tabs inside the carousel?
Can you help Dave or anyone?
Worm
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Sorry Worm - can only view via iOS just now so can’t check your hovers!
Certainly it looks fine otherwise.
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Did you try putting the text tabs inside another html container (div) and use the link section in the inspector to style the normal and hover states?
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Mr_worm1
(Mr worm)
April 11, 2012, 4:16pm
9
I did & it styles it how I want, however the .active style is lost? In other words id doesn’t display which pane it is on.
The normal state dominates, the hover works tho… but when the carousel starts to auto scoll neither, 1,2,3 or 4 get highlighted?
In my main carousel there are 4 smaller icons, these are also carousel tabs that control the carousel’s movement.
Cheers
Worm
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Can you post an example done this way
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Mr_worm1
(Mr worm)
April 12, 2012, 8:35am
11
Same as before Dave, just updated link:
http://www.cmlmarketing.com/2012/rdc1234/v2.html
Worm
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
First thing I would do is add !important
.active { color:#3db8ff !important; }
As the active style is being overwritten
Also dont set the active state in the Links section.
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options