Used on Library Technology Troubleshooting Guide under the Printing Tab
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #ccc;
}
.accordion:after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}
.active:after {
content: "\2212";
}
.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
</style>
</head>
<body>
<h2>Heading</h2>
<button class="accordion">Students</button>
<div class="panel">
<p>Text</p>
</div>
<button class="accordion">Heading</button>
<div class="panel">
<p><></p>
</div>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight) {
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}
</script>
</body>
</html>
A current StormCard (TCC ID) is required. If you do not have your TCC ID or are not enrolled in the current semester, follow the instructions for Community Patrons. Students must be enrolled in the current semester (Summer, Spring, Fall) to use their StormCard.
Chesapeake Campus Library
(Pass Building, Room 209)
1428 Cedar Road
Chesapeake, VA 23322
Library Phone: 757-822-5162
Chesapeake Campus Tutoring
Tutoring Phone: Phone: 757-822-5157
More Tutoring Information
Norfolk Campus Library
Martin Building - First Floor
300 Granby Street,
Norfolk Virginia 23510
Library Phone: 757-822-1101
Norfolk Campus Tutoring
Tutoring Phone: 757-822-1134
More Tutoring Information
Portsmouth Campus Library
Building A, Room A240 - Second Floor
120 Campus Drive
Portsmouth, VA 23701
Library Phone: 757-822-2130
Portsmouth Campus Tutoring
Tutoring Phone: Phone: 757-822-2349
More Tutoring Information
The Joint-Use Library (JUL)
1700 College Crescent,
Virginia Beach, VA 23453
Library Phone: 757-822-7800
Virginia Beach Campus Tutoring
Tutoring Phone: Phone: 757-822-7736
More tutoring Information