You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Creating tabs on LearnCenter Design Page

Question
7
Views
0
Comments
edited Nov 16, 2020 4:12PM in Taleo Learn

Summary

Can't get tabs to display information in LC Design page

Content

I've created full page tabs on my home page using html, css and java script. The tabs are reactive, they change colors when clicked, etc, but the information assigned to each tab  appears to be hidden. The coding is below. Any suggestions?

HTML:

<button class="tablink" onclick="openPage('My Learning', this, '0875B1')">My Learning</button>
<button class="tablink" onclick="openPage('Development Opportunities', this, '0875B1')" id="defaultOpen">Development Opportunities</button>
<button class="tablink" onclick="openPage('Quick Search', this, '0875B1')">Quick Search</button>
<button class="tablink" onclick="openPage('My Team', this, '0875B1')">My Team</button>

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!