| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

vietmusic_RemoveSideBar

This version was saved 17 years, 11 months ago View current version     Page history
Saved by PBworks
on May 7, 2006 at 8:09:56 am
 

Remove the SideBar from certain pages

 

This tip assumes that you have a SideBar working and just want to remove it from a few pages. At the bottom of each page from which you want to remove the SideBar, just add the following the code:

 

<script language="javascript">
window.document.onload = disappear();
function disappear() {
document.getElementById("SideBar").style.display="none"; }
</script>

 

See Updates for the code at work.

Comments (0)

You don't have permission to comment on this page.