My website: Click
I would like to know how to enable a tab to be activated when its sub tab link is clicked. In the case of my website, I want "Pen Modifications" tab to be activated when I click the link (not coded yet) "subcontent".
Thanks man.
My website: Click
I would like to know how to enable a tab to be activated when its sub tab link is clicked. In the case of my website, I want "Pen Modifications" tab to be activated when I click the link (not coded yet) "subcontent".
Thanks man.
Where will the subcontent link take you? To another HTML page? If so, you can just hardcode it.
I'm using the sub content links to switch between page content on different div layers. I want the main tab "Pen Modifications" to be active when I click the sub tab belonging to it. Is this possible?
That depends, what are you using to switch your content?
I'm using javascript as shown in my website.
When you say 'activated' do you mean 'keep displaying'?
I ask because you are using onmouseover(), not onclick().
Bookmarks