Click to See Complete Forum and Search --> : Drop down menu
dennic
08-17-2004, 02:48 AM
Hi i am designing a site where i have created a drop down menu, and when the list drops down the menu drops behind the image and you cant see all the menu options because the image is in front of it.
this isnt the same site but essentially it is the same code, try checking out http://www.garrywynandsphotography.com
Pittimann
08-17-2004, 03:19 AM
Hi!
I don't see anything in your code, which could make the menu drop down behind the image. Are you using a different css for the site you actually have a problem with?
Cheers - Pit
neil9999
08-17-2004, 04:13 AM
I dont see a website at all:(
See http://www.w3schools.com/css/tryit.asp?filename=trycss_zindex2 and http://www.w3schools.com/css/tryit.asp?filename=trycss_zindex1 for defining which objects appear in front/behind eachother.
Neil
Pittimann
08-17-2004, 04:33 AM
Hi!
It was there, when I tried the link.
At present, dennic's own website's source code reads "<h1>Service Unavailable</h1>".
Maybe Australia cut off its' internet connections for some reason. :p
Cheers - Pit
neil9999
08-17-2004, 04:38 AM
I see it now...
Replace:
<img src="images/nature/rainbow-1.jpg" width=350 height=135 align="right" border=1 alt="Rainbow">
with :
<img src="images/nature/rainbow-1.jpg" width=350 height=135 align="right" border=1 alt="Rainbow" style="z-index:-1">
If contact has more than the current amount of options, it would probably extend down to and past the image.
Neil