Make tabs highlighted on click
I'm trying to figure out how to make a set of tabs highlighted on click? I watched the video, but it didn't make a lot of sense.
Say I have two tabs, when I rollover and click one, I want to set that tab/nav element highlighted. And if I click on the other one, then highlight the second one and remove selected state on the first one.
Hi,
You can use 'Change style' events to achieve so.
When click on the first tab -> Change style event Action 1: highlight tab 1, Action 2: change tab 2 back to normal state.
When click on the second tab -> Action 1: highlight tab 2, Action 2: change tab 1 back to normal state.
Best
Lidia
Hi,
You can use 'Change style' events to achieve so.
When click on the first tab -> Change style event Action 1: highlight tab 1, Action 2: change tab 2 back to normal state.
When click on the second tab -> Action 1: highlight tab 2, Action 2: change tab 1 back to normal state.
Best
Lidia
Here's another way to simulate tabs:
http://gsfn.us/t/4slrw
Here's another way to simulate tabs:
http://gsfn.us/t/4slrw
Replies have been locked on this page!