Midnite007 0 Newbie Poster

I have a full page image map background and in the lower middle a black area that I would like to place a dropdown menu for selecting a page ... anyone have any idea on how I could accomplish this ... I have been designing websites for a while and looked into alot of google searches about this and can not figure it out any help would be most greatful ...

here is the page that I am trying to add the dropdown to and the place I am trying to do so it the black space under the words select a gallery ....

Here is the URL to the page I want to add the dropdown menu into ...

http://marcheseditalia.com/gallery/index.html

Here is the current code ...

<HTML>
  <HEAD>
    <TITLE>Marchese D Italia Galleries</TITLE>
 
<META http-equiv=Site-Enter content=blendTrans(Duration=0.0)>
<META http-equiv=Page-Enter content=blendTrans(Duration=1.0)>
<META http-equiv=Page-Exit content=blendTrans(Duration=1.0)>
<META http-equiv=Site-Exit content=revealTrans(Duration=2,Transition=12)>
 
  </HEAD>
 
  <BODY bgcolor="#000000" link="#000000" vlink="#000000">
 
  <div align="center">
 
<img src="http://marcheseditalia.com/images/gallery.jpg" usemap="#page1" alt="" style="border-style:none" height=600 width=1024 />
 
<map id="page1" name="page1">

<area shape="rect" coords="446,483,573,504" href="../home.html" alt="Main Menu" title="Main Menu"    />
<area shape="default" nohref="nohref" alt="" />
</map>
 
</div>
 
<EMBED src="../labambola.m3u" autostart=true loop=true hidden=true>
 
</BODY>
</HTML>

Thanks so much to anyone that can help

Midnite

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.