[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - Scrollable div inside slide in help panel
Page 1 of 1

Scrollable div inside slide in help panel

PostPosted: Thu Feb 08, 2007 2:52 am
by Belkanto

PostPosted: Fri Feb 09, 2007 3:56 am
by Belkanto

PostPosted: Wed Feb 14, 2007 7:45 pm
by Belkanto

PostPosted: Thu Feb 15, 2007 1:16 am
by Belkanto
Thanks for the quick reply. The onload call wasn't the problem. I played a little bit around and added some code and it's ok now.

Thanks for this nice script. Keep up the good work.

Marios

PostPosted: Mon Feb 19, 2007 10:15 pm
by Belkanto
Hi again,

I faced another problem regarding the panel. As you will see in my other posts, I had some problems when I used other javascripts inside the panel. Well, I fixed that problem by removing the display: None; attribute from the css file (#dhtmlgoodies_leftPanel) and added instead a function that does the following on page load:

slideLeftPanelObj = document.getElementById('dhtmlgoodies_leftPanel');
slideLeftPanelObj.style.display='none';

This is working fine but while the page is loading the whole panel is shown being loaded and then it disapears like I want to be. I don't want the panel to appear at all on page load. How can the panel be loaded without being displayed on page load but without using the display: none; attribute?

Hope you understood what I wrote there :)

Thanks for your time,
Marios