Hi there

I have a loadPanel within a pushPanel, and I can load content into the 
loadPanel.  I don't want to use the pushPanel to do the scrolling - I 
want to define a DIV within the content to be loaded, and using 
mouseOvers and Javascript, scroll the DIV.  I have the Javascript in the 
right place, and it is executing. 

The problem I am facing is now to address the div within the 
loadPanel.........

This would usually be done with:
(ns4)  document.divName;
(ns6)  document.getElementById('divName').style; or
(ie4)  document.all.divName.style.

Any ideas out there?

Thanks in advance.

Rgds

Sean Craig


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to