CampbellIT
MIS
I've built this page and want it to load with the show/hide content hidden. Anyone know where I'm going wrong?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#Council, #Planning, #ParksRec, #HistoricPreservation, #CivicImprovement, #Bicycle { display: none; }
<style type="text/css">
<!--
.style22 {font-size: 10}
.style23 {font-size: 12px}
.style25 {
font-size: 12px;
color: #000000;
font-style: italic;
}
#Council, #Planning, #ParksRec, #HistoricPreservation, #CivicImprovement, #Bicycle { display: none; }
-->
</style>
if ( el.style.display = 'none' ) {
if ( el.style.display =[COLOR=#ff0000]=[/color] 'none' ) {
<script language="JavaScript" type="text/JavaScript">
function show_hide (obj) {
var el = document.getElementById(obj);
if ( el.style.display == 'block' ) {
el.style.display = 'none';
} else {
el.style.display = 'block';
}
}
</script>
Neither I. And not just now, since this thread was started.Dan said:Odd - I still can't hit the URL, even now.