Search for: Search static sidebar Viewing 5 posts - 1 through 5 (of 5 total) December 21, 2010 at 6:43 pm December 21, 2010 #1836 telseaParticipant Is there a way to make the sidebar static, I have a music player in the sidebar and would like it to stay playing when other pages are visited. December 21, 2010 at 6:58 pm December 21, 2010 #1837 Daniel TaraKeymaster I don’t know any ways of doing that, but as a suggestion you could open the player in a popup/popunder instead of the sidebar. December 21, 2010 at 7:08 pm December 21, 2010 #1838 telseaParticipant Thanks for the quick response, can you expound on the popup/popunder please? December 22, 2010 at 12:24 am December 22, 2010 #1839 Daniel TaraKeymaster Well, you could enter a script like this in the document’s head: <script type="text/javascript"> function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=100,height=200,left = 590,top = 300');"); } </script> and call in the body tag like this: <body onLoad="javascript:popUp('http://yoursite.com/player.html')"> December 22, 2010 at 3:16 pm December 22, 2010 #1840 telseaParticipant Thanks, I’ll give that a try! Viewing 5 posts - 1 through 5 (of 5 total) Tagged: sidebar You must be logged in to reply to this topic.