Código HTML:
<a href="javascript:void(0)" id="mostrarnotificacion" onClick="document.getElementById('notificaciones').style.display = ' block ';document.getElementById('mostrarnotificacion').style.display = ' none ';document.getElementById('ocultarnotificacion').style.display = ' block ';document.getElementById('left_arrow_notificaciones').style.display = ' block ';"> <div class="notification"></div> <div class="titulo"><p>Alertas</p></div> </a> <a href="javascript:void(0)" id="ocultarnotificacion" onClick="document.getElementById('notificaciones').style.display = ' none ';document.getElementById('mostrarnotificacion').style.display = ' block ';document.getElementById('ocultarnotificacion').style.display = ' none ';document.getElementById('left_arrow_notificaciones').style.display = ' none ';"> <div class="notification"></div> <div class="titulo"><p>Alertas</p></div> </a>