Click to See Complete Forum and Search --> : one javascript item visually covering another one


darrenvc71
08-17-2005, 04:37 PM
I have an intriguing problem. A web site I designed for a government project utilizes some java codes in various pages. My problem is, on one page in particular, the output of one code is covering up the other (as would be expected) and the wrong one is on top. I dont know enough about java coding to fix the problem. Specifically, the left side of the page is using a vertical mouse-over pull-out menu (http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm), while the center of the page is displaying a 360 degree large banner (http://www.360dof.com/vt-business-domain/downloads/). In any brower, as I run the mouse over the menu to view the hidden directory, the center banner "covers" up most of the pullout menu. I guess what I'm asking is, is there anyway to give one script preference over the other in order to make it appear over the top of the other? Somehow, I need to set the menu so its always on top of the other javascript. Thanks

darrenvc71
08-17-2005, 04:40 PM
Sorry i forgot to mention im using Frontpage with the site

BuilderQ
08-17-2005, 06:18 PM
Z-index (http://www.w3schools.com/css/pr_pos_z-index.asp) controls the order of elements.

Natdrip
08-17-2005, 06:23 PM
you can also use css to posistion .top .left