justinmind-logo
 
Upvote 2

Make tabs highlighted on click

Answered Victor Conesa 8 years ago

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.

Replies (2)
photo
1

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

photo
1

Here's another way to simulate tabs:


http://gsfn.us/t/4slrw

Leave a Comment
 
Attach a file