Yep it is indeed your javascript.

function collapse()
{
divs=document.getElementsByTagName("div")
        for (i=5;i<15;i++)
        { divs[i].style.display="none";
        }
}

That is one strange piece of code.  It is hiding divs based not on a
safe way of identifying them, but by the order in which they are found
in the divs array.

--

E. Michael Brandt

www.divaHTML.com
divaGPS : you-are-here menu highlighting
divaFAQ : FAQ pages with pizazz

www.valleywebdesigns.com
JustSo PictureWindow
JustSo PhotoAlbum

--

Raumin "Ray" Dehghan wrote:
> Colleagues,
> 
>   I am in the process of experimenting with a possible redesign to our
> website and have some issues.  For this email, I will just mention one issue
> first, although my problems may be related.
> 
>   One issue I'm having is that the photo and any associated material (can be
> found within a div called "layer 6") front and center in the webpage
> immediately disappears when the mouse goes over to the left nav.
> 
>   I think it might be related to the javascript file, but I don't understand
> javascript enough yet.
> 
> the web url is:
> http://www.westchicago.lib.il.us/r/stuff/chatt/scratchtakeout.htm
> 
> the javascript file it calls up is:
> http://www.westchicago.lib.il.us/r/stuff/chatt/tree3.js
> 
> the css file is: http://www.westchicago.lib.il.us/r/stuff/chatt/ada.css
> 
> thanks very much for any help.
> 
> Sincerely,
> Raumin "Ray" Dehghan
> Adult Services Librarian
> West Chicago Public Library
> West Chicago, Illinois
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7 information -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> 
> 


-- 

E. Michael Brandt

www.divaHTML.com
divaGPS : you-are-here menu highlighting
divaFAQ : FAQ pages with pizazz

www.valleywebdesigns.com
JustSo PictureWindow
JustSo PhotoAlbum

--
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to